From a02a18dba049fd0a5598c6f07024901e14aba0f2 Mon Sep 17 00:00:00 2001 From: NeuroDebian Date: Wed, 6 Oct 2010 19:13:09 -0400 Subject: [PATCH] pass additional cmdline options into nd_build from nd_build4allnd --- tools/nd_build4allnd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/nd_build4allnd b/tools/nd_build4allnd index 30a033b..77e7ce9 100755 --- a/tools/nd_build4allnd +++ b/tools/nd_build4allnd @@ -13,7 +13,7 @@ EOT exit 1 fi - +dscfile=$1; shift . /etc/neurodebian/cmdsettings.sh @@ -21,6 +21,6 @@ for d in $allnddists; do dfamily=${d%%-*} drelease=${d##*-} - bpdsc=$(nd_backport $drelease $1 | tail -n1 | sed -e 's/^.* //g') - nd_build $dfamily $drelease $bpdsc + bpdsc=$(nd_backport $drelease $dscfile | tail -n1 | sed -e 's/^.* //g') + nd_build $dfamily $drelease $bpdsc "$@" done -- 2.39.5