From 898a4bf0de7ac284bf67a33cdb9fa5c4b2619a31 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 24 May 2001 09:48:37 +0000 Subject: (g_auto_install): autoExitInstall set if not replay (was the opposite) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index c304558ef..bcd30e39d 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -649,7 +649,7 @@ sub g_auto_install { } local $o->{partitioning}{auto_allocate} = !$replay; - local $o->{autoExitInstall} = $replay; + local $o->{autoExitInstall} = !$replay; #- deep copy because we're modifying it below $o->{users} = [ @{$o->{users} || []} ]; -- cgit v1.2.1