1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-17 06:52:18 +01:00

Allow spaces in Arduino directory name on linux.

This commit is contained in:
David A. Mellis 2012-11-03 12:37:50 -04:00
parent 80b52b29b5
commit 056ba5fca0

View File

@ -1,8 +1,8 @@
#!/bin/sh
APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"
cd $APPDIR
cd "$APPDIR"
for LIB in \
java/lib/rt.jar \