Skip to content

Commit c752460

Browse files
authored
Update generate-index.sh (#112)
1 parent 49ef832 commit c752460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/generate-index.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
echo ">>>Running generate-index.sh"
66

77
# Set up paths.
8-
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
8+
SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"
99
PROJECT_ROOT=$(dirname "$SCRIPT_DIR")
1010
DIST_DIR="$PROJECT_ROOT/dist"
1111

0 commit comments

Comments
 (0)