Skip to content

Commit 8f1fb4c

Browse files
committed
In POSIX sh, prefixing signal names with 'SIG' is undefined
1 parent a701f39 commit 8f1fb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packetdrill=/usr/local/bin/packetdrill
1010
directory="$1"
1111
extension=".pkt"
1212

13-
trap clean_up SIGHUP SIGINT SIGTERM
13+
trap clean_up HUP INT TERM
1414

1515
clean_up() {
1616
echo "Cleaning up"

0 commit comments

Comments
 (0)