quote variable to make shell happy

This commit is contained in:
Eric House 2013-07-08 07:09:03 -07:00
parent e7d20fd2a3
commit 11994d06f8

View file

@ -25,7 +25,7 @@ while [ $# -ge 1 ]; do
done
# create local.properties
android update project --path . --target $TARGET
android update project --path . --target "$TARGET"
echo "local.properties looks like this:"
echo ""