Skip to content

Commit

Permalink
Merge pull request #319 from adrelanos/patch-6
Browse files Browse the repository at this point in the history
use `LC_ALL=C` instead of `LANG=C` inside chroot
  • Loading branch information
zeha authored Jan 31, 2025
2 parents 804b04a + 428a8a7 commit 9aa5da7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions grml-debootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1679,9 +1679,7 @@ debootstrap_system() {
clean_chroot() {
# inside the chroot system locales might not be available, so use minimum:
local -a env_vars=(
"LANG=C"
"LC_ALL=C"
"LANGUAGE=C"
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
)

Expand Down

0 comments on commit 9aa5da7

Please sign in to comment.