portable perl call
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 12:55:55 +0000 (12:55 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 1 Dec 2014 12:55:55 +0000 (12:55 +0000)
test/bin/bomb

index 0be1dd5..044bf12 100755 (executable)
@@ -12,6 +12,6 @@ set -o monitor
 # call to setpgrp() in perl does not work as expected,
 # and we solve the issue by this simple shell wrapper
 
-exec $0.pl "$@"
+perl $0.pl "$@"
 
 # EOF