diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/output.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.sh b/src/output.sh index 17f52ba..94cc32a 100644 --- a/src/output.sh +++ b/src/output.sh @@ -32,7 +32,7 @@ error() # In a subshell, this will have no effect, so the shell's exit status # will be 128+SIGINT. Meh. exit_status=${status} - kill -s INT 0 + kill -s INT ${$} } warn() |