1
0
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:
David A. Mellis 2010-12-24 23:02:34 +01:00
parent 46b442fb90
commit 300f5e2ed0

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
APPDIR="$(dirname -- "${0}")" APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
cd $APPDIR cd $APPDIR