Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
0a1d5c1e
Commit
0a1d5c1e
authored
May 26, 2017
by
Igor Pecovnik
Browse files
Exit on cancel and ESC
parent
90b8b73d
Changes
1
Show whitespace changes
Inline
Side-by-side
softy
View file @
0a1d5c1e
...
@@ -873,7 +873,7 @@ while true; do
...
@@ -873,7 +873,7 @@ while true; do
exit_status=$?
exit_status=$?
exec 3>
&
-
exec 3>
&
-
case $exit_status in
case $exit_status in
$DIALOG_ESC)
$DIALOG_ESC
| $DIALOG_CANCEL
)
clear
clear
exit 1
exit 1
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment