diff options
Diffstat (limited to 'lib/common.sh')
-rw-r--r-- | lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() |