mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +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
|
||||
|
||||
APPDIR="$(dirname -- "${0}")"
|
||||
APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
|
||||
|
||||
cd $APPDIR
|
||||
|
||||
|
Reference in New Issue
Block a user