mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Following symlinks in arduino launch script for Linux.
This commit is contained in:
parent
46b442fb90
commit
300f5e2ed0
2
build/linux/dist/arduino
vendored
2
build/linux/dist/arduino
vendored
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
APPDIR="$(dirname -- "${0}")"
|
APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
|
||||||
|
|
||||||
cd $APPDIR
|
cd $APPDIR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user