mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +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
|
||||
|
||||
# create local.properties
|
||||
android update project --path . --target $TARGET
|
||||
android update project --path . --target "$TARGET"
|
||||
|
||||
echo "local.properties looks like this:"
|
||||
echo ""
|
||||
|
|
Loading…
Add table
Reference in a new issue