Disable trap because WTF

This commit is contained in:
southerntofu 2020-04-17 23:44:01 -04:00
parent 065cdffc49
commit f8b1e2a20f
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@
# This script was indeed self-updated!
# Catch signals so we don't leave zombie tasks behind if we Ctrl^C
trap "exit" INT TERM ERR
trap "kill 0" EXIT
# No idea why but it seems to prevent the script from working? Disable!
#trap "exit" INT TERM ERR
#trap "kill 0" EXIT
BASEDIR="$HOME/.git-build"