]> git.plutz.net Git - cgilite/commitdiff
typo
authorPaul Hänsch <paul@plutz.net>
Thu, 5 Jul 2018 15:53:26 +0000 (17:53 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 5 Jul 2018 15:53:26 +0000 (17:53 +0200)
cgilite.sh

index 13cdb3cdc347f35ffd507a2d4fcd9c1dc6f5a2e0..6821a7a662e6cf6630af51691ae3816ca10959e4 100755 (executable)
@@ -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 "$*"