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 bed8c1b commit afb319bCopy full SHA for afb319b
python/versions.bzl
@@ -122,11 +122,13 @@ def print_toolchains_checksums(name):
122
srcs = [],
123
outs = ["print_toolchains_checksums.sh"],
124
cmd = """\
125
-cat > "$@" <<EOF
+cat > "$@" <<'EOF'
126
#!/bin/bash
127
128
set -o errexit -o nounset -o pipefail
129
130
+echo "Fetching hashes..."
131
+
132
{commands}
133
EOF
134
""".format(
0 commit comments