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 42ef532 commit a047357Copy full SHA for a047357
python/private/stage1_bootstrap_template.sh
@@ -76,7 +76,7 @@ else
76
if [[ ! -L "$stub_filename" ]]; then
77
break
78
fi
79
- stub_filename=$(realpath $stub_filename)
+ stub_filename=$(readlink $stub_filename)
80
done
81
echo >&2 "Unable to find runfiles directory for $1"
82
exit 1
0 commit comments