File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ numa_interleave=0
23
23
wsrep_on=0
24
24
dry_run=0
25
25
defaults_group_suffix=
26
- ignore_unknown=1
27
26
28
27
# Initial logging status: error log is not open, and not using syslog
29
28
logging=init
@@ -371,22 +370,11 @@ parse_arguments() {
371
370
372
371
--help) usage ;;
373
372
374
- --ignore-unknown) ignore_unknown=1 ;;
375
- --no-ignore-unknown|--not-ignore-unknown) ignore_unknown=0 ;;
376
-
377
373
* )
378
- if test $ignore_unknown -eq 0
379
- then
380
- case " $unrecognized_handling " in
381
- collect) append_arg_to_args " $arg " ;;
382
- complain) log_error " unknown option '$arg '"
383
- esac
384
- else
385
- case " $arg " in
386
- " --loose-" * ) append_arg_to_args " $arg " ;;
387
- * ) append_arg_to_args " --loose-$arg "
388
- esac
389
- fi
374
+ case " $unrecognized_handling " in
375
+ collect) append_arg_to_args " $arg " ;;
376
+ complain) log_error " unknown option '$arg '" ;;
377
+ esac
390
378
esac
391
379
done
392
380
}
You can’t perform that action at this time.
0 commit comments