mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Following symlinks in arduino launch script for Linux.
This commit is contained in:
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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user