diff --git a/audiogame-manager.sh b/audiogame-manager.sh index 288a3bb..6470b59 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -335,7 +335,7 @@ get_bottle() { } get_installer() { - trap exit 0 INT + trap "exit 0" SIGINT # If the file is in cache nothing else needs to be done. if [[ -f "${cache}/$1" ]]; then return