Restore error handling to md5sum

This commit is contained in:
Brian Anderson
2014-06-11 21:48:38 -07:00
parent 04fb170c2c
commit 1adc027382
-1
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 {