We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290a104 commit d6b8d42Copy full SHA for d6b8d42
misc/bazel/3rdparty/update_cargo_deps.sh
@@ -2,5 +2,8 @@
2
3
set -eu
4
5
-"${BASH_SOURCE[0]}/update_py_deps.sh"
6
-"${BASH_SOURCE[0]}/update_tree_sitter_extractors_deps.sh"
+SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
+
7
8
+"$SCRIPT_DIR/update_py_deps.sh"
9
+"$SCRIPT_DIR/update_tree_sitter_extractors_deps.sh"
0 commit comments