aboutsummaryrefslogtreecommitdiff
path: root/busybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.c')
-rw-r--r--busybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.c b/busybox.c
index 03a2525a3..5085556d6 100644
--- a/busybox.c
+++ b/busybox.c
@@ -10,7 +10,7 @@
#define BB_DECLARE_EXTERN
#include "messages.c"
-static int been_there_done_that = 0;
+int been_there_done_that = 0; /* Also used in applets.c */
const char *applet_name;
#ifdef BB_FEATURE_INSTALLER