From cc165b9083e8e4fb01992a8e0d97ecf08cb6dcdd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Mar 2001 18:59:01 +0000 Subject: Should exclude "i" option when not enabled. --- coreutils/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreutils') diff --git a/coreutils/rm.c b/coreutils/rm.c index a5b2ef420..a3542aaf6 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c @@ -102,8 +102,8 @@ extern int rm_main(int argc, char **argv) case 'f': forceFlag = TRUE; break; - case 'i': #ifdef BB_FEATURE_RM_INTERACTIVE + case 'i': interactiveFlag = TRUE; #endif break; -- cgit v1.2.3