From: Thierry Parmentelat Date: Wed, 21 Nov 2007 09:06:11 +0000 (+0000) Subject: sigh again X-Git-Tag: 4.2-rc2~496 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=56d162b7dc7867dc0076237b41aecf6356e82c8f;p=build.git sigh again --- 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