summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-02-17 17:57:09 +0000
committerOlivier Blin <oblin@mandriva.org>2005-02-17 17:57:09 +0000
commit49be05bd123947bdfe47c21d3cc55eb1bfd34be0 (patch)
tree85d3f536f8dbb65bf4cd276c241bd3472115ae7c /perl-install
parent3cf5d9a96280b234ab7ff565ed8f3bea9b1dcdea (diff)
downloaddrakx-backup-do-not-use-49be05bd123947bdfe47c21d3cc55eb1bfd34be0.tar
drakx-backup-do-not-use-49be05bd123947bdfe47c21d3cc55eb1bfd34be0.tar.gz
drakx-backup-do-not-use-49be05bd123947bdfe47c21d3cc55eb1bfd34be0.tar.bz2
drakx-backup-do-not-use-49be05bd123947bdfe47c21d3cc55eb1bfd34be0.tar.xz
drakx-backup-do-not-use-49be05bd123947bdfe47c21d3cc55eb1bfd34be0.zip
perl_checker fix
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 252ace3f8..d3c0745d5 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1071,7 +1071,7 @@ notation (for example, 1.2.3.4).")),
if ($in->do_pkgs->ensure_is_installed_if_available('ndiswrapper', '/usr/sbin/ndiswrapper')) {
$in->ask_warn(N("Error"), N("Could not install the %s package!"));
return 1;
- };
+ }
if ($ndiswrapper_driver eq N("Install a new driver")) {
if ($ndiswrapper_inf_file = $in->ask_file(N("Please select the Windows driver (.inf file)"), "/mnt/cdrom")) {
return system("ndiswrapper -i $ndiswrapper_inf_file");