Bug#445540: mdadm: checkarray typo exit0

Helmut Grohne helmut at subdivi.de
Sat Oct 6 16:36:33 UTC 2007


Package: mdadm
Version: 2.6.3+200709292116+4450e59-3
Severity: minor
Tags: patch

Great work, especially /usr/share/doc/mdadm!

checkarray line 82 says:
    *) echo "$PROGNAME: E: invalid option: $opt" >&2; usage >&2; exit0;;

but there is no command exit0, so I suggest to replace it with:
    *) echo "$PROGNAME: E: invalid option: $opt" >&2; usage >&2; exit 0;;

Helmut





More information about the pkg-mdadm-devel mailing list