X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/6b4bc4a25eaac2eddd1bef51e3f00c21f98ed32d..7711f3fc00259e55f630cfe6104eff3083dc9d77:/uip/dist.c diff --git a/uip/dist.c b/uip/dist.c index d3ceaec2..5a35e59a 100644 --- a/uip/dist.c +++ b/uip/dist.c @@ -83,13 +83,7 @@ main (int argc, char **argv) struct msgs *mp = NULL; struct stat st; -#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;