X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=chroot-script;h=3a8dca903f03e59efb51d1dce7919bf2f903c955;hp=dc895cb46fbc66e6a2994239f2c5ef977ceb38c7;hb=430c060be15f60f508428edbc03ea70d9bf04399;hpb=329df0b2f15d3ddb56010205c19eae7dd0d5f015 diff --git a/chroot-script b/chroot-script index dc895cb..3a8dca9 100755 --- a/chroot-script +++ b/chroot-script @@ -423,7 +423,7 @@ default_locales() { return 0 fi - /usr/sbin/update-locale LANG="$DEFAULT_LOCALES" + /usr/sbin/update-locale LANGUAGE="$DEFAULT_LANGUAGE" LANG="$DEFAULT_LOCALES" fi } # }}}