From 0dc2e380f8337cfb4ed81ce07e7cc2219878914b Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Mon, 29 Sep 2003 23:07:18 +0000 Subject: [PATCH] fixed Emerge-Pkg to be able to process multiple packages at once git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1549 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + scripts/Emerge-Pkg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 3debc7f5d..d1a9efd14 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -8,6 +8,7 @@ - Clifford Wolf: mine hotfix - Kasza Karoly: fixed usbutils url and scripts/Download to create the download directory early + - fixed Emerge-Pkg to be able to process multiple packages at once *) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/scripts/Emerge-Pkg b/scripts/Emerge-Pkg index 337c33592..d80b9ceb7 100755 --- a/scripts/Emerge-Pkg +++ b/scripts/Emerge-Pkg @@ -214,7 +214,7 @@ if [ $builddep = 1 ] ; then rm $tmp check4update else - deplist=$1 + deplist="$@" fi echo "Packages scheduled to build: $deplist"