From f876c49cd6446903af1dd4a1a0f8229a1840b5b2 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 9 Apr 2016 11:51:48 -0700 Subject: [PATCH] don't require that ant be run before install --- xwords4/android/scripts/find-and-ant.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/android/scripts/find-and-ant.sh b/xwords4/android/scripts/find-and-ant.sh index 35e98fd30..c879e165b 100755 --- a/xwords4/android/scripts/find-and-ant.sh +++ b/xwords4/android/scripts/find-and-ant.sh @@ -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