aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/get-ios.sh
diff options
context:
space:
mode:
authorGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-10-28 10:27:35 -0700
committerGravatar Hoa V. Dinh <dinh.viet.hoa@gmail.com>2014-10-28 10:27:35 -0700
commitbf59fc2c68fde5b9e6a747248057553f81ae15b8 (patch)
tree9bebb4adb46f47294ac871d336e9e8aaf0b7e0c3 /scripts/get-ios.sh
parentccac302de06311fabcb925590b51208e71cc8534 (diff)
Fixed paths
Diffstat (limited to 'scripts/get-ios.sh')
-rwxr-xr-xscripts/get-ios.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-ios.sh b/scripts/get-ios.sh
index 4296523c..006fa0bf 100755
--- a/scripts/get-ios.sh
+++ b/scripts/get-ios.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-pushd "`dirname $0`" > /dev/null
+pushd "`dirname "$0"`" > /dev/null
scriptpath="`pwd`"
popd > /dev/null