aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 12:55:27 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2018-06-12 12:56:16 +0000
commitd6226acc15d10d048341ee622eff309b76203f55 (patch)
tree9f2aefcf7fa13d699c4dab938629f254177cb467
parent9df99caa4bac4cc627084ed1b5643a43326cf226 (diff)
tcwg-base: Fix typo in new-user.sh
Change-Id: I058df6bac6324552d17f481ac8c761ad2115fc5b
-rwxr-xr-xtcwg-base/new-user.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-base/new-user.sh b/tcwg-base/new-user.sh
index fb7debd7..bcd205bc 100755
--- a/tcwg-base/new-user.sh
+++ b/tcwg-base/new-user.sh
@@ -29,7 +29,7 @@ done
if $verbose; then set -x; fi
-if [ x"$home_data" = "default" ]; then
+if [ x"$home_data" = x"default" ]; then
home_data=""
if [ -d /home-data/ ]; then
home_data="/home-data"