summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-16 18:45:16 +0000
committerRoy Marples <roy@marples.name>2007-05-16 18:45:16 +0000
commit237a66b05cf1e33bf680802d9032cf0eb0981df8 (patch)
treeed62c58dee978bd7fbc70f635b433cd8ddc4926c /src
parenteb7a0a6285ac1a57b69bbcdf7c5db69d4e8b6b84 (diff)
downloadopenrc-237a66b05cf1e33bf680802d9032cf0eb0981df8.tar.gz
openrc-237a66b05cf1e33bf680802d9032cf0eb0981df8.tar.bz2
openrc-237a66b05cf1e33bf680802d9032cf0eb0981df8.tar.xz
Default eend to SUCCESS if no options given
Diffstat (limited to 'src')
-rw-r--r--src/rc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rc.c b/src/rc.c
index 793010f..779140a 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -143,8 +143,6 @@ static int do_e (int argc, char **argv)
argv++;
}
}
- else
- retval = EXIT_FAILURE;
}
if (argc > 0) {