X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1c2accfc9da0da74a8176823a6ca789f17477476..70ff36630f262ff02db2b05dae2cd60330ebd30f:/wxPython/b diff --git a/wxPython/b b/wxPython/b index 5c97518e56..699d41eef3 100755 --- a/wxPython/b +++ b/wxPython/b @@ -126,10 +126,12 @@ fi echo $CMD eval $CMD +RC=$? - -if [ "$OTHERCMD" != "" ]; then +if [ "$RC" = "0" -a "$OTHERCMD" != "" ]; then echo $OTHERCMD $OTHERCMD + RC=$? fi +exit $RC