From a03645c3a8659935cc9126fd340515af4cc3a0be Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 23 Feb 2006 15:08:41 +0000 Subject: fix typo --- perl-install/bootsplash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/bootsplash.pm b/perl-install/bootsplash.pm index b80947b64..f302a94b6 100644 --- a/perl-install/bootsplash.pm +++ b/perl-install/bootsplash.pm @@ -60,7 +60,7 @@ sub theme_exists_for_resolution { } sub themes_list() { - grep { !/^\./ && -d $themes_dir } sort(all($themes_dir)); + grep { !/^\./ && -d $_ } sort(all($themes_dir)); } sub themes_list_for_resolution { -- cgit v1.2.1