From: Paul Hänsch Date: Mon, 26 Jul 2021 13:09:33 +0000 (+0200) Subject: quoting X-Git-Url: https://git.plutz.net/?p=webpoll;a=commitdiff_plain;h=ec2f9c506f3cccd2f8c2ac9343979ac37541bc75 quoting --- diff --git a/index.cgi b/index.cgi index efae974..9037c33 100755 --- 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