Skip to content

Commit

Permalink
Remove $LANG from --experimental_strict_action_env help.
Browse files Browse the repository at this point in the history
This option does not in fact set a static $LANG envvar.

Change-Id: I9fbc477194aa1a8723069bb89069be6fafb8df35
PiperOrigin-RevId: 169364740
  • Loading branch information
benjaminp authored and laszlocsomor committed Sep 20, 2017
1 parent fe0734a commit ba34494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static class Options extends FragmentOptions {
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."
Expand Down

0 comments on commit ba34494

Please sign in to comment.