Fix du(1) locale issues in build-aux/iso-grub-cfg.sh.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-02-13 20:08:45 +01:00
parent 16c5738a20
commit 2f50a03035
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ maybe_compressed() {
}
human_size() {
du -bh "$1" | grep -Eo '^[^[:space:]]+'
LC_ALL=C du -bh "$1" | grep -Eo '^[^[:space:]]+'
}
menuentry() {