From d480b7cb55bbd085b361398bdc4903817de1709a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Thu, 5 Jul 2018 17:53:26 +0200 Subject: [PATCH] typo --- cgilite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$*" -- 2.39.2