From ba34494f7b9e12364527f30b57e7d3c7017b31bd Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 20 Sep 2017 10:29:40 +0200 Subject: Remove $LANG from --experimental_strict_action_env help. This option does not in fact set a static $LANG envvar. Change-Id: I9fbc477194aa1a8723069bb89069be6fafb8df35 PiperOrigin-RevId: 169364740 --- .../com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/com/google/devtools/build') diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java index 7ddf51837b..f1a7a1f992 100644 --- a/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java +++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/BazelConfiguration.java @@ -47,7 +47,7 @@ public class BazelConfiguration extends Fragment { documentationCategory = OptionDocumentationCategory.UNCATEGORIZED, effectTags = {OptionEffectTag.LOADING_AND_ANALYSIS}, help = - "If true, Bazel uses an environment with a static value for PATH, and LANG and does not " + "If true, Bazel uses an environment with a static value for PATH and does not " + "inherit LD_LIBRARY_PATH or TMPDIR. Use --action_env=ENV_VARIABLE if you want to " + "inherit specific environment variables from the client, but note that doing so " + "can prevent cross-user caching if a shared cache is used." -- cgit v1.2.3