From 56d162b7dc7867dc0076237b41aecf6356e82c8f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 21 Nov 2007 09:06:11 +0000 Subject: [PATCH] sigh again --- build.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.common b/build.common index 097ae3e3..1d00dc43 100644 --- a/build.common +++ b/build.common @@ -276,8 +276,8 @@ function lst_parse () { return 0 } -function pl_getPackages2() { fcdistro=$1; shift ; lst_parse package $fcdistro "$@" } -function pl_getGroups2() { fcdistro=$1; shift ; lst_parse group $fcdistro "$@" } +function pl_getPackages2() { fcdistro=$1; shift ; lst_parse package $fcdistro "$@" ; } +function pl_getGroups2() { fcdistro=$1; shift ; lst_parse group $fcdistro "$@" ; } function pl_getPackages() { filename=$1 -- 2.43.0