Skip to content

Commit a047357

Browse files
committed
Use readlink, not realpath
1 parent 42ef532 commit a047357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/stage1_bootstrap_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ else
7676
if [[ ! -L "$stub_filename" ]]; then
7777
break
7878
fi
79-
stub_filename=$(realpath $stub_filename)
79+
stub_filename=$(readlink $stub_filename)
8080
done
8181
echo >&2 "Unable to find runfiles directory for $1"
8282
exit 1

0 commit comments

Comments
 (0)