Skip to content

Commit d6b8d42

Browse files
author
Paolo Tranquilli
committed
Bazel: fix 3rdparty update script
1 parent 290a104 commit d6b8d42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

misc/bazel/3rdparty/update_cargo_deps.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22

33
set -eu
44

5-
"${BASH_SOURCE[0]}/update_py_deps.sh"
6-
"${BASH_SOURCE[0]}/update_tree_sitter_extractors_deps.sh"
5+
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6+
7+
8+
"$SCRIPT_DIR/update_py_deps.sh"
9+
"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"

0 commit comments

Comments
 (0)