From 1a65eaf141e6f7400b31d00aa2283b93faec359f Mon Sep 17 00:00:00 2001 From: Jan Huwald Date: Fri, 27 Apr 2012 20:28:14 +0000 Subject: cgi-bin: polish 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" -- cgit v0.10.1