mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Fix up xdigit regex to cope with new match code
This commit is contained in:
parent
513f8c1191
commit
f7269f8b4f
@ -1312,7 +1312,7 @@ sub add_packages {
|
||||
$source = $security;
|
||||
}
|
||||
# Explicitly use the md5 lines in the Sources stanza, hence the xdigit(32) here
|
||||
while (/^ ([[:xdigit:]]{32}) (\d+) (\S+)/msg) {
|
||||
while ($package_info =~ /^ ([[:xdigit:]]{32}) (\d+) (\S+)/msg) {
|
||||
push(@files, "$pdir/$3");
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user