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
@@ -390,22 +389,11 @@ parse_arguments() {
390
389
391
390
--help) usage ;;
392
391
393
- --ignore-unknown) ignore_unknown=1 ;;
394
- --no-ignore-unknown|--not-ignore-unknown) ignore_unknown=0 ;;
395
-
396
392
* )
397
- if test $ignore_unknown -eq 0
398
- then
399
- case " $unrecognized_handling " in
400
- collect) append_arg_to_args " $arg " ;;
401
- complain) log_error " unknown option '$arg '"
402
- esac
403
- else
404
- case " $arg " in
405
- " --loose-" * ) append_arg_to_args " $arg " ;;
406
- * ) append_arg_to_args " --loose-$arg "
407
- esac
408
- fi
393
+ case " $unrecognized_handling " in
394
+ collect) append_arg_to_args " $arg " ;;
395
+ complain) log_error " unknown option '$arg '" ;;
396
+ esac
409
397
esac
410
398
done
411
399
}
You can’t perform that action at this time.
0 commit comments