Make rc happy and comment work in progress code
This commit is contained in:
parent
5dfce814f6
commit
351da977a9
2 changed files with 26 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue