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:

committed by
David Pursehouse

parent
1462e3803d
commit
c068f3343e
@@ -126,7 +126,7 @@ EOF
|
||||
|
||||
[ -n "$1" ] && info "ERROR $1"
|
||||
|
||||
exit
|
||||
exit 128
|
||||
}
|
||||
|
||||
debug() { [ -n "$SW_V" ] && info "$1" ; }
|
||||
|
Reference in New Issue
Block a user