Skip to content

Commit 300f5e2

Browse files
author
David A. Mellis
committed
Following symlinks in arduino launch script for Linux.
1 parent 46b442f commit 300f5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/arduino

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

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

55
cd $APPDIR
66

0 commit comments

Comments
 (0)