portable perl call
[mkws-moved-to-github.git] / 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
 
 # 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
 
 # EOF