pull upstream changes from gitstatus
parent
06603a2d62
commit
1b5ee70b3d
|
@ -662,7 +662,7 @@ function gitstatus_start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
local -i err=$?
|
local -i err=$?
|
||||||
(( stderr_fd )) && exec 2>&$stderr_fd
|
(( stderr_fd )) && exec 2>&$stderr_fd {stderr_fd}>&-
|
||||||
(( err == 0 )) && return
|
(( err == 0 )) && return
|
||||||
|
|
||||||
gitstatus_stop $name
|
gitstatus_stop $name
|
||||||
|
|
Loading…
Reference in New Issue