We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b442f commit 300f5e2Copy full SHA for 300f5e2
build/linux/dist/arduino
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-APPDIR="$(dirname -- "${0}")"
+APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
4
5
cd $APPDIR
6
0 commit comments