]> mj.ucw.cz Git - netgrind.git/commitdiff
Error reporting.
authorMartin Mares <mj@ucw.cz>
Fri, 20 Jun 2003 14:44:47 +0000 (14:44 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 20 Jun 2003 14:44:47 +0000 (14:44 +0000)
post/http-filter

index e8137bb3cb938f21cff9d40b1ac02877d206c7d5..c2baf11a6c3b8229bfcb51e8b792cef8be859438 100755 (executable)
@@ -17,3 +17,4 @@ while (<STDIN>) {
        }
 }
 ';
+die "$ARGV[0]: $@" if $@;