X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=index.cgi;fp=index.cgi;h=6f6f9601b67ce067a784b798c9f301f2971e80f2;hb=e552a66190d0a514cb34a6e19a1fbb8f2dffde1b;hp=618fac41982ebbe15e90c5bb4caa5ecb38589abb;hpb=d41ccbb56b8ebf2b7f317a5b35f2b04725a2005d;p=busy diff --git a/index.cgi b/index.cgi index 618fac4..6f6f960 100755 --- a/index.cgi +++ b/index.cgi @@ -46,7 +46,8 @@ debug() { #change to false to disable debugging } die() { - echo -E "$*" + debug "$*" + echo -E "$*" >>/dev/stderr exit 1 }