Skip to content

Commit 056ba5f

Browse files
committed
Allow spaces in Arduino directory name on linux.
1 parent 80b52b2 commit 056ba5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/linux/dist/arduino

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

3-
APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
3+
APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"
44

5-
cd $APPDIR
5+
cd "$APPDIR"
66

77
for LIB in \
88
java/lib/rt.jar \

0 commit comments

Comments
 (0)