222c798e7c
PR: ports/41038 Submitted by: maintainer
11 lines
384 B
Text
11 lines
384 B
Text
--- break_filelist.orig Wed Jul 24 22:41:24 2002
|
|
+++ break_filelist Sat Jul 27 10:04:36 2002
|
|
@@ -607,7 +607,7 @@
|
|
return $cached_digest; # We did, so here's what it was.
|
|
}
|
|
|
|
- my $results = `md5sum "$filename"`;
|
|
+ my $results = `md5 -q "$filename"`;
|
|
chomp($results);
|
|
$results =~ s/^\s*//; # Not needed for GNU Textutils.
|
|
$results =~ s/[^a-fA-F0-9].*//; # Strip away end.
|