diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-08-13 06:08:52 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-08-13 06:08:52 +0000 |
commit | 0257e0066bdca8ee3c91dddb3669c270ea781d3e (patch) | |
tree | 4259dcefe23a748699405832ee87eaf3494c1cc7 /perl-install | |
parent | a1d6de5664c04377b804aeac7d72a2e571ff1183 (diff) | |
download | drakx-0257e0066bdca8ee3c91dddb3669c270ea781d3e.tar drakx-0257e0066bdca8ee3c91dddb3669c270ea781d3e.tar.gz drakx-0257e0066bdca8ee3c91dddb3669c270ea781d3e.tar.bz2 drakx-0257e0066bdca8ee3c91dddb3669c270ea781d3e.tar.xz drakx-0257e0066bdca8ee3c91dddb3669c270ea781d3e.zip |
perl_checker fix (add missing spaces)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakvpn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakvpn b/perl-install/standalone/drakvpn index e7ac4c902..7124f7237 100644 --- a/perl-install/standalone/drakvpn +++ b/perl-install/standalone/drakvpn @@ -504,7 +504,7 @@ Choose continue when you are done to write the data.\n", $ipsec_conf), ] ) or goto step_configure_ipsec_conf; - $existing_section = network::ipsec::already_existing_section_ipsec_conf($normal_conn->{1}[0]." ".$normal_conn->{1}[1], $ipsec, $kernel_version); + $existing_section = network::ipsec::already_existing_section_ipsec_conf($normal_conn->{1}[0] . " " . $normal_conn->{1}[1], $ipsec, $kernel_version); if ($existing_section eq "already existing") { $in->ask_okcancel(N("Exists !"), |