mirror of
https://github.com/fspc/dswim.git
synced 2025-04-04 08:13:24 -04:00
This let's --purge work properly for --db.
This commit is contained in:
parent
2956005281
commit
6ce6d07b02
@ -113,8 +113,9 @@ sub db {
|
||||
# PURGED #
|
||||
##########
|
||||
if (defined $db{$package[1]}) {
|
||||
#push(@gone,"$db{$package[1]}");
|
||||
print "$db{$package[1]}\n";
|
||||
#print "$db{$package[1]}\n";
|
||||
$db{$package[1]} =~ m,(^.*)_.*$,;
|
||||
push(@GONE,$1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user