aboutsummaryrefslogtreecommitdiff
path: root/misc/sloccount/files/patch-break_filelist
blob: 193d36f23369592e546b91d3d85643179d2e8153 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- break_filelist.orig	Wed Feb 27 00:39:24 2002
+++ break_filelist	Thu Feb 28 14:42:14 2002
@@ -562,7 +562,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.