commit cdad117e51e9176d429ede1fc5dd7f08021ea904
parent 88e6f979003443d1c0e692eb2aea9cfb47626c1b
Author: uriel@soma <unknown>
Date: Tue, 3 Mar 2009 20:23:51 +0000
Cosmetic code fix.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/cgilib.rc b/bin/cgilib.rc
@@ -116,7 +116,7 @@ fn set_cookie {
extraHttpHeaders=( $extraHttpHeaders 'Set-cookie: '^$"name^'='^$"val^'; path=/;' )
}
fn get_cookie {
- ifs=';' { co = `{ echo $HTTP_COOKIE } }
+ ifs=';' { co=`{echo $HTTP_COOKIE} }
# XXX: we might be adding a trailing new line?
# The ' ?' is needed to deal with '; ' inter-cookie delimiter