diff options
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index cf70a1b54..c643f6c22 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -165,7 +165,7 @@ my @installed_fonts_full_path; # full path list of fonts to uninstall sub list_fontpath() { foreach (uniq((map { expand_symlinks($_) } glob_("$fontpathd_dir/*")), - (-x $chkfontpath ? grep { /\d+:\s/ } `$chkfontpath -l`) : ()) { + (-x $chkfontpath ? grep { /\d+:\s/ } `$chkfontpath -l` : ()))) { chomp; s/\d+:\s//gi; s/:\w*$//gi; |