mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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…
Add table
Add a link
Reference in a new issue