X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finstall-mh.c;h=2cf9081c7a78b03675df212a2219abecb21dc538;hb=dc32dd097ee3b21bb802d9f6290fb4c9299b4ee1;hp=d3890938193bb7df30604b9cd4b15eb6c62b5bcf;hpb=38615191e71744b066425e0c44412b62dbe49cc2;p=mmh diff --git a/uip/install-mh.c b/uip/install-mh.c index d389093..2cf9081 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -1,8 +1,6 @@ /* * install-mh.c -- initialize the nmh environment of a new user * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -63,10 +61,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [switches]", invo_name); print_help (buf, switches, 0); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case AUTOSW: autof++;