diff options
-rw-r--r-- | files/common/www/service/cgi-bin/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/common/www/service/cgi-bin/common.sh b/files/common/www/service/cgi-bin/common.sh index 9a26904..39e3400 100644 --- a/files/common/www/service/cgi-bin/common.sh +++ b/files/common/www/service/cgi-bin/common.sh @@ -23,7 +23,7 @@ EOF ## lazy execution of commands after the web response has been send lazy() { - pos=$1 + local pos=$1 shift lazy_cmd="$pos $* $lazy_cmd" |