From 0f0c0b41ced8c30d382a0490719c79371260b9d1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 3 Apr 2001 17:05:01 +0000 Subject: Make 'busybox --help' work as expected, closing bug #1139 -Erik --- applets/busybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets/busybox.c') diff --git a/applets/busybox.c b/applets/busybox.c index 03a2525..5085556 100644 --- a/applets/busybox.c +++ b/applets/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 -- cgit v1.1