From 359a3b90498778a0fd0dbb9d5eac7aee7e2e9a85 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 17 Feb 2006 19:15:35 +0000 Subject: cat_ didn't handle multiple args in 2006.0 (thanks to Warly for reminding me to fix that) --- tools/drakx-in-chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/drakx-in-chroot') diff --git a/tools/drakx-in-chroot b/tools/drakx-in-chroot index fbda29eb9..3d05ddf22 100644 --- a/tools/drakx-in-chroot +++ b/tools/drakx-in-chroot @@ -149,5 +149,5 @@ sub copy_auto_install_files() { } @ARGV; #- contatenate auto_install and defcfg files into a new auto_install file in install root my @auto_inst = grep { -f $_ } $auto_install, $defcfg; - output($SLASH_LOCATION . $AUTO_INSTALL_ROOTED, cat_(@auto_inst)) if @auto_inst; + output($SLASH_LOCATION . $AUTO_INSTALL_ROOTED, map { cat_($_) } @auto_inst) if @auto_inst; } -- cgit v1.2.1