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 7a242d4 commit 262923bCopy full SHA for 262923b
py/tools/py/src/runfiles_interpreter.tmpl
@@ -22,7 +22,7 @@ _activate_find_runfiles() {
22
# find the manifest file and runfiles tree relative to the execroot.
23
24
# HACK: We can't lazy-match to the first /bin/, so we have to manually count four groups
25
- EXECROOT="$(echo "${1}" | sed 's/\(execroot\/[^\/]*\/[^\/]*\/[^\/]*\/[^\/]*\/\).*$/\1/' )"
+ EXECROOT="$(echo "${1}" | sed 's/\(execroot\/[^\/]*\/[^\/]*\/[^\/]*\/[^\/]*\).*$/\1/' )"
26
export RUNFILES_DIR="${EXECROOT}/${RUNFILES_PATH}"
27
elif [[ "${1}" == *.runfiles/* ]]; then
28
# Examples:
0 commit comments