diff options
author | Francois Pons <fpons@mandriva.com> | 2003-02-04 14:59:31 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2003-02-04 14:59:31 +0000 |
commit | ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb (patch) | |
tree | 5b5fbc3f5770f0c5a8b22482e975ff858be62678 /perl-install | |
parent | 6e33e0bd9f568885205125d2a4047eaeb8a05e03 (diff) | |
download | drakx-ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb.tar drakx-ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb.tar.gz drakx-ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb.tar.bz2 drakx-ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb.tar.xz drakx-ba6feb1e818d6ff1e1abcf97e312f87e6ac023cb.zip |
fixed small typo.
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index b8f71af46..324249a5e 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -46,8 +46,8 @@ If you don't know, choose 'use pppoe'"), $l) or return; $type = 'sagem'; $in->do_pkgs->install(qw(adiusbadsl)); $netcnx->{type} = "adsl_$type"; - $netcnx->{adsl_$type} = {}; - adsl_conf($netcnx->{adsl_$type}, $netc, $intf, $type) or goto conf_adsl_step1; + $netcnx->{"adsl_$type"} = {}; + adsl_conf($netcnx->{"adsl_$type"}, $netc, $intf, $type) or goto conf_adsl_step1; } if ($type =~ /speedtouch/) { $type = 'speedtouch'; |