From: Paul Hänsch Date: Thu, 5 Jul 2018 15:53:26 +0000 (+0200) Subject: typo X-Git-Url: http://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=d480b7cb55bbd085b361398bdc4903817de1709a typo --- diff --git a/cgilite.sh b/cgilite.sh index 13cdb3c..6821a7a 100755 --- a/cgilite.sh +++ b/cgilite.sh @@ -200,7 +200,7 @@ SET_COOKIE(){ } REDIRECT(){ - printf '%s: %s\r\n' + printf '%s: %s\r\n' \ Status "303 See Other" \ Content-Length 0 \ Location "$*"