summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-09-03 09:43:22 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-09-03 09:43:22 +0000
commit3635161f628098787b71456e735c9ad87578930f (patch)
tree6e8df857210378709669328caaa249e95aad7355 /perl-install/install_steps.pm
parent2fe429a1283bb382c14b3657ab9f752a8b240233 (diff)
downloaddrakx-3635161f628098787b71456e735c9ad87578930f.tar
drakx-3635161f628098787b71456e735c9ad87578930f.tar.gz
drakx-3635161f628098787b71456e735c9ad87578930f.tar.bz2
drakx-3635161f628098787b71456e735c9ad87578930f.tar.xz
drakx-3635161f628098787b71456e735c9ad87578930f.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 2377c6e4f..1fbeeff0f 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -101,7 +101,7 @@ sub doPartitionDisks($$) {
sub rebootNeeded($) {
my ($o) = @_;
log::l("Rebooting...");
- exit(0);
+ exit "true";
}
sub choosePartitionsToFormat($$) {