don't require that ant be run before install

This commit is contained in:
Eric House 2016-04-09 11:51:48 -07:00
parent 1c6e97e164
commit f876c49cd6

View file

@ -75,7 +75,7 @@ esac
[ -e local.properties ] || ../scripts/setup_local_props.sh
# If this fails, the "set -e" above means we won't try to install anything
ant $CMDS
[ -n "$CMDS" ] && ant $CMDS
if [ -n "$UNINSTALL" ]; then
uninstall