Merge commit '15818346bf496c7e5f8cb21b2f273c47d386b7db'

This commit is contained in:
Roman Perepelitsa
2020-07-20 15:06:02 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ function gitstatus_start() {
local ret=$?
trap - ${sig[@]}
case "$ret" in
0|129|130|131|137|141|143)
0|129|130|131|137|141|143|159)
echo -nE $'bye\x1f0\x1e' >&"$fd_out"
exit "$ret"
;;