From 96a44ec69287273eaa346a8ebc3dafea651a4d1e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 24 Nov 1999 16:45:10 +0000 Subject: no_comment --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 0f58aacc8..dbeccd122 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -147,7 +147,7 @@ sub ask_mntpoint_s { sub rebootNeeded($) { my ($o) = @_; log::l("Rebooting..."); - exec "true"; + c::_exit(0); } sub choosePartitionsToFormat($$) { -- cgit v1.2.1