Restore error handling to md5sum

This commit is contained in:
Brian Anderson 2014-06-11 21:29:32 -07:00
parent 04fb170c2c
commit 1adc027382

View file

@ -128,7 +128,6 @@ fn md5sum(files: Vec<String>, binary: bool, check: bool, tag: bool, status: bool
println!("{}: FAILED", ck_filename);
}
failed += 1;
return Err(1);
}
}
} else {