aboutsummaryrefslogtreecommitdiff
path: root/src/rc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc.c')
-rw-r--r--src/rc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rc.c b/src/rc.c
index 21b87880..0dc8f09f 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -774,9 +774,7 @@ int main (int argc, char **argv)
/* These used to be programs in their own right, so we shouldn't
* touch argc or argv for them */
- if (strcmp (applet, "env-update") == 0)
- exit (env_update (argc, argv));
- else if (strcmp (applet, "fstabinfo") == 0)
+ if (strcmp (applet, "fstabinfo") == 0)
exit (fstabinfo (argc, argv));
else if (strcmp (applet, "mountinfo") == 0)
exit (mountinfo (argc, argv));