X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/41905317cab24a13dc071f16bf0bf7fa3625563e..807311a9e1ff5f0db6b29e1c97c7e87245c8af66:/uip/repl.c diff --git a/uip/repl.c b/uip/repl.c index 84374569..7b0ab4a0 100644 --- a/uip/repl.c +++ b/uip/repl.c @@ -129,13 +129,7 @@ main (int argc, char **argv) int buildsw = 0; -#ifdef LOCALE - setlocale(LC_ALL, ""); -#endif - invo_name = r1bindex (argv[0], '/'); - - /* read user profile/context */ - context_read(); + if (nmh_init(argv[0], 1)) { return 1; } arguments = getarguments (invo_name, argc, argv, 1); argp = arguments;