mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Should exclude "i" option when not enabled.
This commit is contained in:
parent
00b0496e69
commit
cc165b9083
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user