diff options
Diffstat (limited to 'src/sman/sman.c')
-rw-r--r-- | src/sman/sman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sman/sman.c b/src/sman/sman.c index bddbdfc3..1b2a243a 100644 --- a/src/sman/sman.c +++ b/src/sman/sman.c @@ -776,7 +776,7 @@ main(int argc, char *argv[]) command.root_dir = get_systemdir(argc, argv); process_options(&command, argc, argv); - putenv((char*) "LC_ALL=C"); + oa_setenv("LC_ALL", "C"); setlocale(LC_ALL, ""); bsdSignal(SIGINT, SIG_IGN,RestartSystemCalls); init_term_io(); |