summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xoldfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/oldfiles b/oldfiles
index 1898705..c59fcfb 100755
--- a/oldfiles
+++ b/oldfiles
@@ -70,7 +70,7 @@ foreach (split('\n', `prt-get printf "%p:%n:%v:%r\n"`)) {
if ( $options{"-s"} ) {
open MD5SUMS, "$path/$name/.md5sum" or next;
while (<MD5SUMS>) {
- m/^[a-z0-9]{32}\s\s(\S+)\n/;
+ m/^[a-f0-9]{32}\s\s(\S+)\n/;
$wanted{$srcdir}{$1} = 1;
}
close MD5SUMS;

Generated by cgit