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:
ptrcnull 2022-07-30 02:40:13 +02:00
parent 4e824d06f5
commit f80c534323

2
apatch
View file

@ -98,7 +98,7 @@ fi
fi
msg "you can edit now!"
$SHELL
$SHELL || true
git add .