ref: ef4bdbf6c45e1888f725a7240b2e150fd35815b2
parent: 0805f4d07f121c9d7405cc0c2e2b940faaa961d4
author: sl <uriel@engel.se.cat-v.org>
date: Tue Mar 3 15:23:51 EST 2009
Cosmetic code fix.
--- a/bin/cgilib.rc
+++ b/bin/cgilib.rc
@@ -116,7 +116,7 @@
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