X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finstall-mh.c;h=2cf9081c7a78b03675df212a2219abecb21dc538;hb=0808f3e85977428948be17783e31c14c4f4b8622;hp=ec847fb4548e481bb7f9e43d40b4ce800cffbd0f;hpb=81a21a9a97d8633f6d6231e31fdb6e328d0d3ff2;p=mmh diff --git a/uip/install-mh.c b/uip/install-mh.c index ec847fb..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++; @@ -213,7 +211,8 @@ query: fprintf (out, "%s: %s\n", np->n_name, np->n_field); } fclose (out); - return done (0); + done (0); + return 1; }