From 4576a69218954e9f71c66ba89a8ea4571eeec624 Mon Sep 17 00:00:00 2001 From: Nicolas Planel Date: Tue, 16 Dec 2003 13:44:38 +0000 Subject: launch as shell --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 508c07090..2746b3695 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -291,7 +291,7 @@ sub write_conf { append_to_etc_modules($prefix, @l); #- use module-init-tools script for the moment - run_program::rooted($prefix, "/sbin/generate-modprobe.conf", ">", "/etc/modprobe.conf") if -e "$prefix/etc/modprobe.conf"; + run_program::rooted($prefix, "/bin/sh", "/sbin/generate-modprobe.conf", ">", "/etc/modprobe.conf") if -e "$prefix/etc/modprobe.conf"; } sub append_to_etc_modules { -- cgit v1.2.1