fix: don't exit when shell exits with errors
some shells keep exit code of the last executed process on ^D
This commit is contained in:
parent
4e824d06f5
commit
f80c534323
1 changed files with 1 additions and 1 deletions
2
apatch
2
apatch
|
@ -98,7 +98,7 @@ fi
|
|||
fi
|
||||
msg "you can edit now!"
|
||||
|
||||
$SHELL
|
||||
$SHELL || true
|
||||
|
||||
git add .
|
||||
|
||||
|
|
Loading…
Reference in a new issue