mirror of
https://github.com/uutils/coreutils
synced 2024-12-15 15:52:42 +00:00
fix comment
This commit is contained in:
parent
978ee8cc3a
commit
16b569ee18
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ fn hashsum(algoname: &str, mut digest: Box<Digest>, files: Vec<String>, binary:
|
|||
);
|
||||
if check {
|
||||
|
||||
// Set up Regexs to support file
|
||||
// Set up Regexs for line validation and parsing
|
||||
let bytes = digest.output_bits() / 4;
|
||||
let gnu_re = safe_unwrap!(Regex::new(format!(
|
||||
r"^(?P<digest>[a-fA-F0-9]{{{}}}) (?P<binary>[ \*])(?P<fileName>.*)",
|
||||
|
|
Loading…
Reference in a new issue