Make rc happy and comment work in progress code

This commit is contained in:
Uriel 2008-10-14 06:59:19 +02:00
parent 5dfce814f6
commit 351da977a9
2 changed files with 26 additions and 28 deletions

View file

@ -251,9 +251,7 @@ if(test -f etc/initrc.local)
# Parse request URL
uri = `{echo -n $REQUEST_URI | sed -e 's/\?.*//; s/'^$forbidden_uri_chars^'//g; s/\.\.*/./g;' -e '1q'}
ifs='/' {
args = `{echo -n $uri}
}
ifs='/' { args = `{echo -n $uri} }
if(! ~ $#debug 0)