We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ef832 commit c752460Copy full SHA for c752460
samples/generate-index.sh
@@ -5,7 +5,7 @@
5
echo ">>>Running generate-index.sh"
6
7
# Set up paths.
8
-SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
+SCRIPT_DIR="$(cd "$(dirname "$(readlink -f "$0")")" && pwd)"
9
PROJECT_ROOT=$(dirname "$SCRIPT_DIR")
10
DIST_DIR="$PROJECT_ROOT/dist"
11
0 commit comments