X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/71932c5d0b008eb518d53f9a53978afd35a70ef5..636b3bab53e3fc2154bb86fb02aeecf433cc977a:/uip/rmf.c diff --git a/uip/rmf.c b/uip/rmf.c index fb951ed0..c3dcc919 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -78,7 +78,7 @@ main (int argc, char **argv) if (folder) adios (NULL, "only one folder at a time!"); else - folder = path (cp + 1, *cp == '+' ? TFOLDER : TSUBCWF); + folder = pluspath (cp); } else { adios (NULL, "usage: %s [+folder] [switches]", invo_name); } @@ -122,7 +122,8 @@ main (int argc, char **argv) } } context_save (); /* save the context file */ - return done (0); + done (0); + return 1; } static int