From bc18f33e5d7474daccd2cd6fa69837aa6bcaaa80 Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 6 Aug 2015 21:01:15 -0700 Subject: [PATCH] generate local.properties if running for first time --- xwords4/android/scripts/find-and-ant.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/xwords4/android/scripts/find-and-ant.sh b/xwords4/android/scripts/find-and-ant.sh index c7a9f6de8..76d91d679 100755 --- a/xwords4/android/scripts/find-and-ant.sh +++ b/xwords4/android/scripts/find-and-ant.sh @@ -70,6 +70,10 @@ case $DIRNAME in ;; esac +# if we're running for the first time in this directory/variant, +# generate local.properties +[ -e local.properties ] || ../scripts/setup_local_props.sh + ant $CMDS if [ -n "$UNINSTALL" ]; then