1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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() {