]> git.plutz.net Git - cgilite/blobdiff - cgilite.sh
bugfix: allow positive return of LOCK()
[cgilite] / 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 "$*"