diff options
| author | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-09-01 21:02:25 +0200 |
|---|---|---|
| committer | Alex Leferry 2 <alexherbo2@gmail.com> | 2020-09-01 21:02:25 +0200 |
| commit | 72490a08934f0c10171d89700ccfacce94e9b34c (patch) | |
| tree | 2c77c443864d015451053197c2b09fe84b280bf0 /rc | |
| parent | 063b7291e241d1409bff82b73fd4c10d3633ec6d (diff) | |
Set exit code to 1 by default
Diffstat (limited to 'rc')
| -rwxr-xr-x | rc/connect/commands/:edit-wait | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/connect/commands/:edit-wait b/rc/connect/commands/:edit-wait index 413fe89..dcf9856 100755 --- a/rc/connect/commands/:edit-wait +++ b/rc/connect/commands/:edit-wait @@ -20,7 +20,7 @@ case "$key" in e) exit_code=$edit_exit_code ;; c) exit_code=0 ;; a) exit_code=1 ;; - *) exit_code=0 ;; + *) exit_code=1 ;; esac # Exit code |
