diff options
| author | David Czihak <git@dcz.at> | 2026-05-07 16:51:17 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-07 16:51:59 +0200 |
| commit | 9f752738324c9c01b3adff7e3f65ca3b79a17b23 (patch) | |
| tree | d4bf81bf1fa597fea10ded2675a60cda3a40e1f7 /Scripts/update-parser.sh | |
| parent | e0948238e2219ca7845c32ff562a747cd15b46e3 (diff) | |
Refactor: Resolve shellcheck finding
Diffstat (limited to 'Scripts/update-parser.sh')
| -rwxr-xr-x | Scripts/update-parser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/update-parser.sh b/Scripts/update-parser.sh index f4fab95..6e1fd63 100755 --- a/Scripts/update-parser.sh +++ b/Scripts/update-parser.sh @@ -32,7 +32,7 @@ set -eu -ROOT="$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)" +ROOT="$(CDPATH='' cd -- "$(dirname -- "$0")/.." && pwd)" VENDOR_DIR="$ROOT/vendor/tree-sitter-zig" UPSTREAM="https://github.com/tree-sitter-grammars/tree-sitter-zig.git" REF="${1:-HEAD}" |
