Skip to content

Commit 9b293cb

Browse files
committed
[scripts] Fix wrapper for Busybox
1 parent 8ae9c33 commit 9b293cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lejos/wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
ROOT="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)/.."
3+
ROOT="$(CDPATH= cd "$(dirname "$0")" && pwd)/.."
44
NAME="$(basename "$0")"
55

66
LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ROOT/sysroot/lib"

0 commit comments

Comments
 (0)