mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
Restore error handling to md5sum
This commit is contained in:
parent
04fb170c2c
commit
1adc027382
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue