aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/cut.c')
-rw-r--r--coreutils/cut.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/cut.c b/coreutils/cut.c
index 084f7be37..435b21070 100644
--- a/coreutils/cut.c
+++ b/coreutils/cut.c
@@ -176,8 +176,6 @@ int cut_main(int argc, char **argv)
176 argv += optind; 176 argv += optind;
177 if (!(option_mask32 & (CUT_OPT_BYTE_FLGS | CUT_OPT_CHAR_FLGS | CUT_OPT_FIELDS_FLGS))) 177 if (!(option_mask32 & (CUT_OPT_BYTE_FLGS | CUT_OPT_CHAR_FLGS | CUT_OPT_FIELDS_FLGS)))
178 bb_error_msg_and_die("expected a list of bytes, characters, or fields"); 178 bb_error_msg_and_die("expected a list of bytes, characters, or fields");
179 if (option_mask32 & BB_GETOPT_ERROR)
180 bb_error_msg_and_die("only one type of list may be specified");
181 179
182 if (option_mask32 & CUT_OPT_DELIM_FLGS) { 180 if (option_mask32 & CUT_OPT_DELIM_FLGS) {
183 if (strlen(ltok) > 1) { 181 if (strlen(ltok) > 1) {