diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-19 13:57:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-19 13:57:20 +0000 |
commit | cff246889c98ebfcbad5150d43aa0cbdcf598257 (patch) | |
tree | 364b2729453c35a2476883fc9deaac7b86ec5c1b | |
parent | 647236e1a4d9eee6d4a822c192920af5a1e2f99a (diff) | |
download | drakx-cff246889c98ebfcbad5150d43aa0cbdcf598257.tar drakx-cff246889c98ebfcbad5150d43aa0cbdcf598257.tar.gz drakx-cff246889c98ebfcbad5150d43aa0cbdcf598257.tar.bz2 drakx-cff246889c98ebfcbad5150d43aa0cbdcf598257.tar.xz drakx-cff246889c98ebfcbad5150d43aa0cbdcf598257.zip |
adapt to any::reboot() prototype change
-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 de9ebe1e4..e3640bddb 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -222,7 +222,7 @@ Installation\".", 'Mandriva Linux 2009') }, log::l("_warn_unsafe_upgrade: got $choice"); if ($choice eq $choices[0]) { - any::reboot($o); + any::reboot(); } elsif ($choice eq $choices[1]) { undef; } else { |