From 00cc15f5d021f938e1fee627ff5db85dc86e6ba7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 3 Jul 2021 21:21:18 -0400 Subject: [PATCH] Second attempt at making control+c work for ending in the get_installer dialog. --- audiogame-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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