We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b52b2 commit 056ba5fCopy full SHA for 056ba5f
build/linux/dist/arduino
@@ -1,8 +1,8 @@
1
#!/bin/sh
2
3
-APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
+APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"
4
5
-cd $APPDIR
+cd "$APPDIR"
6
7
for LIB in \
8
java/lib/rt.jar \
0 commit comments