aboutsummaryrefslogtreecommitdiff
path: root/src/sman/sman.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sman/sman.c')
-rw-r--r--src/sman/sman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sman/sman.c b/src/sman/sman.c
index f48eb207..0b2cc8e6 100644
--- a/src/sman/sman.c
+++ b/src/sman/sman.c
@@ -783,6 +783,7 @@ main(int argc, char *argv[],char *envp[])
command.root_dir = openaxiom_get_systemdir(argc, argv);
process_options(&command, argc, argv);
+ putenv("LC_ALL=C");
setlocale(LC_ALL, "");
bsdSignal(SIGINT, SIG_IGN,RestartSystemCalls);
init_term_io();