X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=test%2Fbin%2Fbomb;h=044bf128eb3e8a2c77b0b51408205bc43ba61f05;hp=0be1dd5aa682fbb452a6597de0df55492ffc7680;hb=85bb320aec82d0ceee5ca904a286b5a26d711c70;hpb=3a02954004128918e2e53eef213c611023512ed2 diff --git a/test/bin/bomb b/test/bin/bomb index 0be1dd5..044bf12 100755 --- a/test/bin/bomb +++ b/test/bin/bomb @@ -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