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 b836fe5 commit aec17eaCopy full SHA for aec17ea
python/private/stage1_bootstrap_template.sh
@@ -104,6 +104,10 @@ else
104
stub_filename="${stub_filename%/*}/$stub_filename_target"
105
fi
106
unset stub_filename_target
107
+ if [[ ! -e "$stub_filename" ]]; then
108
+ echo >&2 "Unable to find runfiles directory for $1: dangling symlink: $stub_filename"
109
+ exit 1
110
+ fi
111
done
112
echo >&2 "Unable to find runfiles directory for $1"
113
exit 1
0 commit comments