git-exproll.sh: Return nonzero on errors.

This script needs a bit more analysis to make sure all pathways
are covered, but this CL fixes an obvious path.

Change-Id: I2a8404b7a6eecd5cedba3daa20f63917a8d18482
This commit is contained in:
Brian Harring
2012-12-23 04:00:29 -08:00
committed by David Pursehouse
parent 1462e3803d
commit c068f3343e

View File

@@ -126,7 +126,7 @@ EOF
[ -n "$1" ] && info "ERROR $1"
exit
exit 128
}
debug() { [ -n "$SW_V" ] && info "$1" ; }