X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tools%2Fnd_build4allnd;h=466271d778eeb7023074fb9f01c54ac9ddce71a1;hb=55c322a89ed53b947a3e6ea94edc445439949531;hp=30a033bec2cc1f16175731fa8d1e0b54da86a462;hpb=6b18abf6b4bf31241aeadf63010b619fd8697705;p=neurodebian.git diff --git a/tools/nd_build4allnd b/tools/nd_build4allnd index 30a033b..466271d 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