diff options
author | Jan Huwald <jh@sotun.de> | 2012-04-27 20:28:14 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2012-04-27 20:28:14 (GMT) |
commit | 1a65eaf141e6f7400b31d00aa2283b93faec359f (patch) | |
tree | 5dbd529a1762efad16d807bb12dd0954b8e8b6d7 | |
parent | d43ab634a622515bb54162ea9534be7c53e9c16b (diff) |
cgi-bin: polish
-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" |