From e51c1d4baa4612348413479385d4d9391095972f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 04 Oct 2012 23:05:56 -0400 Subject: Fix _ob_local(). --- (limited to 'lib') diff --git a/lib/common.sh b/lib/common.sh index ee5dcb5..1488bd7 100644 --- a/lib/common.sh +++ b/lib/common.sh @@ -25,7 +25,7 @@ _OB_STACK_VARS= _ob_local() { # Push the variable list onto the stack. - _OB_STACK_VARS="|${@}" + _OB_STACK_VARS="${_OB_STACK_VARS}|${*}" } _ob_return() -- cgit v0.9.1