diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-06-16 09:41:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-06-16 09:41:34 +0000 |
commit | 990cb83871ba1669dfcb49659a8ed18b72bae873 (patch) | |
tree | e4d0c381976cc080fa0c14eef61149b500d99539 /perl-install | |
parent | fdf9efcf8a724237cf8ea814ba8ef8a14f4824a3 (diff) | |
download | drakx-990cb83871ba1669dfcb49659a8ed18b72bae873.tar drakx-990cb83871ba1669dfcb49659a8ed18b72bae873.tar.gz drakx-990cb83871ba1669dfcb49659a8ed18b72bae873.tar.bz2 drakx-990cb83871ba1669dfcb49659a8ed18b72bae873.tar.xz drakx-990cb83871ba1669dfcb49659a8ed18b72bae873.zip |
fix typo
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index ebcd2dd18..a084fe4f4 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -845,7 +845,7 @@ sub configureNetwork { sub configureCluster { my ($o) = @_; require drakcluster::server_conf_drakx; - if $::expert drakcluster::server_conf_drakx::main($o); + drakcluster::server_conf_drakx::main($o) if $::expert; } #-configureNetworkIntf moved to network |