X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/3c5bb9b0993011e30695dae011daa7b861847f11..8cee7f8f17f752e0dd2d60e43f9a2dbd87f881fc:/_vcsh diff --git a/_vcsh b/_vcsh index 6880f72..1661e19 100644 --- a/_vcsh +++ b/_vcsh @@ -142,7 +142,7 @@ function _vcsh () { GIT_DIR=$VCSH_REPO_D/$words[1].git _dispatch git git else curcontext="${curcontext%:*:*}:vcsh-${vcshcommand}:" - _call_function ret _vcsh-${vcshcommand} + _call_function ret _vcsh-${vcshcommand} && (( ret )) fi fi fi