From f80c534323e90def644e0d0b2d1b217c04b6908b Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Sat, 30 Jul 2022 02:40:13 +0200 Subject: [PATCH] fix: don't exit when shell exits with errors some shells keep exit code of the last executed process on ^D --- apatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apatch b/apatch index 85be509..b82ecef 100755 --- a/apatch +++ b/apatch @@ -98,7 +98,7 @@ fi fi msg "you can edit now!" - $SHELL + $SHELL || true git add .