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
1 changed files with 1 additions and 1 deletions

View File

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