]> git.plutz.net Git - webpoll/commitdiff
quoting
authorPaul Hänsch <paul@plutz.net>
Mon, 26 Jul 2021 13:09:33 +0000 (15:09 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 26 Jul 2021 13:09:33 +0000 (15:09 +0200)
index.cgi

index efae974727b9340b4206c613059a3648de079ab8..9037c330099f6bc876743d39888543912bf3058c 100755 (executable)
--- a/index.cgi
+++ b/index.cgi
@@ -76,7 +76,7 @@ page_home() {
        EOF
   fi
 }
-page_newdate() { . $_EXEC/newdate.sh; }
+page_newdate() { . "$_EXEC"/newdate.sh; }
 
 case ${PATH_INFO} in
   /favicon.ico) printf '%s\r\n' 'Content-Length: 0' '';;
@@ -88,3 +88,4 @@ case ${PATH_INFO} in
   *);;
 esac
 
+exit 0