make control+c work for ending in the get_installer dialog.
This commit is contained in:
parent
978becf644
commit
685002a7f9
@ -335,6 +335,7 @@ get_bottle() {
|
||||
}
|
||||
|
||||
get_installer() {
|
||||
trap exit 0 INT
|
||||
# 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