Skip to content

Commit 4c2f6ba

Browse files
committed
env/openbsd-amd64: fix make.bash spam
Updates golang/go#16951 Change-Id: I23fdef7fb99e9c5587c0bc0be5d5ddd2b27a145a Reviewed-on: https://go-review.googlesource.com/34138 Reviewed-by: Joel Sing <[email protected]>
1 parent 71265ac commit 4c2f6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/openbsd-amd64/make.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cat >etc/rc.local <<EOF
6161
(
6262
set -e
6363
export PATH="\$PATH:/usr/local/bin"
64-
/usr/local/bin/curl -o /buildlet \$(/usr/local/bin/curl -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/attributes/buildlet-binary-url)
64+
/usr/local/bin/curl -o /buildlet \$(/usr/local/bin/curl --fail -H "Metadata-Flavor: Google" http://metadata.google.internal/computeMetadata/v1/instance/attributes/buildlet-binary-url)
6565
chmod +x /buildlet
6666
exec /buildlet
6767
)

0 commit comments

Comments
 (0)