B #251: Force $LANG to C.UTF-8

Growpart is sensitive to the current locale to work.

Closes #251

Signed-off-by: Daniel Dehennin <daniel.dehennin@ac-dijon.fr>
pull/252/head
Daniel Dehennin 3 years ago
parent 72b895dcea
commit 74385d0961
No known key found for this signature in database
GPG Key ID: 5A380850F562870C

@ -18,6 +18,8 @@
set -e
export LANG=C.UTF-8
TYPE="${1:-all}" # local, online, network, all
COMMAND="${2}" # force, reconfigure?

Loading…
Cancel
Save