From 85bb320aec82d0ceee5ca904a286b5a26d711c70 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Mon, 1 Dec 2014 12:55:55 +0000 Subject: [PATCH] portable perl call --- test/bin/bomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4