Should exclude "i" option when not enabled.

This commit is contained in:
Eric Andersen 2001-03-19 18:59:01 +00:00
parent 00b0496e69
commit cc165b9083
2 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ extern int rm_main(int argc, char **argv)
case 'f': case 'f':
forceFlag = TRUE; forceFlag = TRUE;
break; break;
case 'i':
#ifdef BB_FEATURE_RM_INTERACTIVE #ifdef BB_FEATURE_RM_INTERACTIVE
case 'i':
interactiveFlag = TRUE; interactiveFlag = TRUE;
#endif #endif
break; break;

2
rm.c
View File

@ -102,8 +102,8 @@ extern int rm_main(int argc, char **argv)
case 'f': case 'f':
forceFlag = TRUE; forceFlag = TRUE;
break; break;
case 'i':
#ifdef BB_FEATURE_RM_INTERACTIVE #ifdef BB_FEATURE_RM_INTERACTIVE
case 'i':
interactiveFlag = TRUE; interactiveFlag = TRUE;
#endif #endif
break; break;