Skip to content

Commit 8fd20eb

Browse files
committed
Remove another not strictly required realpath
1 parent 13633f5 commit 8fd20eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/tools/py/src/runfiles_interpreter.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ source "${RUNFILES_DIR:-/dev/null}/${f}" 2>/dev/null || \
8080
} >/dev/null
8181

8282
# Look up the runfiles-based interpreter and put its dir _first_ on the path.
83-
INTERPRETER="$(realpath $(rlocation {{INTERPRETER_TARGET}}))"
83+
INTERPRETER="$(rlocation {{INTERPRETER_TARGET}})"
8484

8585
# Figure out if we're dealing with just some program or a real install
8686
# <SOMEDIR> <- possible $PYTHONHOME

0 commit comments

Comments
 (0)