From: Wolfram Schneider Date: Mon, 1 Dec 2014 12:55:55 +0000 (+0000) Subject: portable perl call X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=85bb320aec82d0ceee5ca904a286b5a26d711c70 portable perl call --- 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