From 9cf46d5a7f48cf3f3884631dd62b258b1cfa3ac9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Sep 2003 08:24:18 +0000 Subject: fix #5430: do not confuse users with debug messages --- perl-install/standalone/drakfloppy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakfloppy') diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy index 1bca87d5a..b8696cda1 100755 --- a/perl-install/standalone/drakfloppy +++ b/perl-install/standalone/drakfloppy @@ -55,7 +55,7 @@ my ($output, @modules, @temp_modules, %buttons, %options, $tree_model, $tree, $l my $conffile = "/etc/sysconfig/drakfloppy"; # we must be robust against config file parsing -eval { %options = getVarsFromSh($conffile) } or warn N("Error while parsing \"MODULES\" line from %s", $conffile); +eval { %options = getVarsFromSh($conffile) }; @modules = split(' ', $options{MODULES}); -- cgit v1.2.1