summaryrefslogtreecommitdiff
path: root/src/rc/rc-update.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/rc-update.c')
-rw-r--r--src/rc/rc-update.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
index 38d4242..1aefbc6 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -44,7 +44,7 @@
#include "rc-misc.h"
#include "strlist.h"
-static const char *applet = NULL;
+extern const char *applet;
/* Return the number of changes made:
* -1 = no changes (error)
@@ -157,8 +157,6 @@ int rc_update (int argc, char **argv)
int opt;
int retval = EXIT_FAILURE;
- applet = basename_c (argv[0]);
-
while ((opt = getopt_long (argc, argv, getoptstring,
longopts, (int *) 0)) != -1)
{