Skip to content

Commit

Permalink
Update tar.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Dec 19, 2024
1 parent 1e4b065 commit 8bba028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/tar.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def _tar_impl(ctx):
mnemonic = "Tar",
unused_inputs_list = unused_inputs_file,
toolchain = "@aspect_bazel_lib//lib:tar_toolchain_type",
# Allow users to set --action_env=LC_ALL=C.UTF-8 for example,
# Allow users to set --action_env=LC_ALL=C.UTF-8 for example,
# on systems where default locale is wrong.
# See https://github.com/bazelbuild/bazel-central-registry/issues/2256
use_default_shell_env = True,
Expand Down

0 comments on commit 8bba028

Please sign in to comment.