From 200479a92d20cff54bffff24b1633288e38f3ca3 Mon Sep 17 00:00:00 2001 From: hlopko Date: Tue, 9 May 2017 07:10:35 -0400 Subject: Fix link in bazel/bootstrap/compile.sh RELNOTES: None PiperOrigin-RevId: 155489021 --- scripts/bootstrap/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bootstrap') diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh index fa40f3af36..0fce0dc043 100755 --- a/scripts/bootstrap/compile.sh +++ b/scripts/bootstrap/compile.sh @@ -326,7 +326,7 @@ function run_bazel_jar() { shift local client_env=() # Propagate all environment variables to bootstrapped Bazel. - # See https://stackoverflow.com/41898503/loop-over-environment-variables-in-posix.sh + # See https://stackoverflow.com/questions/41898503/loop-over-environment-variables-in-posix-sh local env_vars="$(awk 'END { for (name in ENVIRON) { if(name != "_") print name; } }'