Default eend to SUCCESS if no options given

This commit is contained in:
Roy Marples 2007-05-16 18:45:16 +00:00
parent eb7a0a6285
commit 237a66b05c

View File

@ -143,8 +143,6 @@ static int do_e (int argc, char **argv)
argv++;
}
}
else
retval = EXIT_FAILURE;
}
if (argc > 0) {