small output fix for slpkg repo type.

This commit is contained in:
Harald Hope 2024-05-06 14:27:48 -07:00
parent d93263ead8
commit c78db7daf6

2
pinxi
View file

@ -25499,7 +25499,7 @@ sub get_repos_linux {
}
my ($key,$value) = split(/\s*=\s*/,$_);
next if !$key || !defined $value;
$value =~ s/^[\["']|["'\]]$//g;
$value =~ s/^\[?["']|["']\]?$//g;
if ($b_legacy){
next if $key !~ /^(\S+?)_(repo(|_name|_mirror))$/;
$name = $1;