]> diplodocus.org Git - nmh/blobdiff - uip/mhbuild.c
m_getfld() now supports interleaving calls with
[nmh] / uip / mhbuild.c
index 020512d77111f421ece58af480b2dde5e8eef759..e8e74231b53edd2bcdc2beb949ea31ff247c4375 100644 (file)
@@ -157,10 +157,10 @@ main (int argc, char **argv)
            case HELPSW: 
                snprintf (buf, sizeof(buf), "%s [switches] file", invo_name);
                print_help (buf, switches, 1);
-               done (1);
+               done (0);
            case VERSIONSW:
                print_version(invo_name);
-               done (1);
+               done (0);
 
            case RCACHESW:
                icachesw = &rcachesw;
@@ -254,11 +254,6 @@ main (int argc, char **argv)
            compfile = cp;
     }
 
-    set_endian ();
-
-    if ((cp = getenv ("MM_NOASK")) && !strcmp (cp, "1"))
-       listsw  = 0;
-
     /*
      * Check if we've specified an additional profile
      */