diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-03 18:38:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-03 18:38:48 +0000 |
commit | b4d55688e284387c9d1971fe75e47a4ea425040e (patch) | |
tree | c08d8433ddcadf21f537a61a21411dd2874b6b84 | |
parent | 6dbd225fa10170e91ad9b0dc8e1cca872d577092 (diff) | |
download | drakx-b4d55688e284387c9d1971fe75e47a4ea425040e.tar drakx-b4d55688e284387c9d1971fe75e47a4ea425040e.tar.gz drakx-b4d55688e284387c9d1971fe75e47a4ea425040e.tar.bz2 drakx-b4d55688e284387c9d1971fe75e47a4ea425040e.tar.xz drakx-b4d55688e284387c9d1971fe75e47a4ea425040e.zip |
in auto, $raw_X non empty is "ok"
-rw-r--r-- | perl-install/Xconfig/main.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfig/main.pm b/perl-install/Xconfig/main.pm index 4616268a4..715cc0d1f 100644 --- a/perl-install/Xconfig/main.pm +++ b/perl-install/Xconfig/main.pm @@ -169,7 +169,7 @@ sub configure_everything_or_configure_chooser { $raw_X = []; } - my $rc; + my $rc = 'ok'; if (is_empty_array_ref($raw_X)) { $raw_X = Xconfig::default::configure($in->do_pkgs, $o_keyboard, $o_mouse); $rc = Xconfig::main::configure_everything($in, $raw_X, $in->do_pkgs, $auto, $options); |