Skip to content

Commit

Permalink
Allow spaces in Arduino directory name on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
damellis committed Nov 3, 2012
1 parent 80b52b2 commit 056ba5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/linux/dist/arduino
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

APPDIR="$(dirname -- $(readlink -f -- "${0}") )"
APPDIR="$(dirname -- "$(readlink -f -- "${0}")" )"

cd $APPDIR
cd "$APPDIR"

for LIB in \
java/lib/rt.jar \
Expand Down

0 comments on commit 056ba5f

Please sign in to comment.