aboutsummaryrefslogtreecommitdiff
path: root/setup/unix/linux-arm-setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup/unix/linux-arm-setup.sh')
-rwxr-xr-xsetup/unix/linux-arm-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/unix/linux-arm-setup.sh b/setup/unix/linux-arm-setup.sh
index 902b25701..8128e9396 100755
--- a/setup/unix/linux-arm-setup.sh
+++ b/setup/unix/linux-arm-setup.sh
@@ -6,7 +6,7 @@ if [ $(java -version 2>&1 | grep -i version | sed 's/.*version "\(.*\)\.\(.*\)\.
then
echo "Please install Java version 7 or higher"
else
- mkdir $UNIX_PATH
+ mkdir -p $UNIX_PATH
cp -rf * $UNIX_PATH
chmod -R go+rX $UNIX_PATH
if [ -z "`readelf -A /proc/self/exe | grep Tag_ABI_VFP_args`" ]