freebsd-ports/misc/sloccount/files/patch-break_filelist
Patrick Li 222c798e7c Update to 2.14
PR:		ports/41038
Submitted by:	maintainer
2002-07-27 15:27:34 +00:00

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.