Second attempt at making control+c work for ending in the get_installer dialog.
This commit is contained in:
parent
685002a7f9
commit
00cc15f5d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user