projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a02954
)
portable perl call
author
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 1 Dec 2014 12:55:55 +0000
(12:55 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Mon, 1 Dec 2014 12:55:55 +0000
(12:55 +0000)
test/bin/bomb
patch
|
blob
|
history
diff --git
a/test/bin/bomb
b/test/bin/bomb
index
0be1dd5
..
044bf12
100755
(executable)
--- 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