mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
quote variable to make shell happy
This commit is contained in:
parent
e7d20fd2a3
commit
11994d06f8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ while [ $# -ge 1 ]; do
|
||||||
done
|
done
|
||||||
|
|
||||||
# create local.properties
|
# create local.properties
|
||||||
android update project --path . --target $TARGET
|
android update project --path . --target "$TARGET"
|
||||||
|
|
||||||
echo "local.properties looks like this:"
|
echo "local.properties looks like this:"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue