summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/output.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/output.sh b/src/output.sh
index 94cc32a..17f52ba 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 ${$}
+ kill -s INT 0
}
warn()