Skip to content

Commit 056ba5f

Browse files
committed
Allow spaces in Arduino directory name on linux.
1 parent 80b52b2 commit 056ba5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/linux/dist/arduino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

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

5-
cd $APPDIR
5+
cd "$APPDIR"
66

77
for LIB in \
88
java/lib/rt.jar \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy