Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 74385d0

Browse files
committed
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>
1 parent 72b895d commit 74385d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/usr/sbin/one-contextd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
set -e
2020

21+
export LANG=C.UTF-8
22+
2123
TYPE="${1:-all}" # local, online, network, all
2224
COMMAND="${2}" # force, reconfigure?
2325

0 commit comments

Comments
 (0)