Skip to content

Commit 802eeb2

Browse files
committed
[scripts] Change scriptdir to physical path
1 parent 9f561ee commit 802eeb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/config.sh

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

33
# scripts root directory
4-
SCRIPTDIR="$(dirname ${BASH_SOURCE[0]})"
4+
SCRIPTDIR="$( cd "$(dirname "$0")" ; pwd -P )"
55
# output directory
66
BUILDDIR="/build"
77
# jdk repository directory

0 commit comments

Comments
 (0)