From cac3edcde5419f6e514adbd9e3cb0994f14a4c08 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 3 Oct 2004 16:38:16 +0000 Subject: fix typo --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index eaafebddb..315b7eacc 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -102,7 +102,7 @@ sub sagem_set_parameters { s/VPI=.*\n/VPI=$l{vpi}\n/; s/Encapsulation=.*\n/Encapsulation=$l{Encapsulation}\n/; s/STATIC_IP=.*\n//; - s!!STATIC_IP=$netc->{static_ip}\n"! if $netc->{static_ip}; + s!!STATIC_IP=$netc->{static_ip}\n! if $netc->{static_ip}; } "$::prefix$cfg_file"; } } -- cgit v1.2.1