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:
parent
16c5738a20
commit
2f50a03035
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ maybe_compressed() {
|
||||||
}
|
}
|
||||||
|
|
||||||
human_size() {
|
human_size() {
|
||||||
du -bh "$1" | grep -Eo '^[^[:space:]]+'
|
LC_ALL=C du -bh "$1" | grep -Eo '^[^[:space:]]+'
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry() {
|
menuentry() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue