From 301331f63f623bdbd94ca41815f2b227c82d5a4d Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 3 Mar 2009 20:23:51 +0000 Subject: [PATCH] Cosmetic code fix. --- bin/cgilib.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cgilib.rc b/bin/cgilib.rc index db4c6a8..eb14d12 100644 --- 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