From 96523a38ffde244945986cdacb24ba88d1614a46 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 21 Jun 2001 17:41:27 +0000 Subject: use busybox for the shell of stage2 --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index b59534205..6650c82f3 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -256,7 +256,7 @@ sub spawnShell { ioctl(STDIN, c::TIOCSCTTY(), 0) or warn "could not set new controlling tty: $!"; - exec {"/bin/sh"} "-/bin/sh" or log::l("exec of /bin/sh failed: $!"); + exec "/bin/sh" or log::l("exec of /bin/sh failed: $!"); } sub fsck_option { -- cgit v1.2.1