From: Yaroslav Halchenko Date: Fri, 4 Nov 2011 14:37:04 +0000 (-0400) Subject: nd_adddistall to add to all dists not just nd X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=fc539535d6d41bc671bb24e72f7608550d9ffadf;p=neurodebian.git nd_adddistall to add to all dists not just nd --- diff --git a/tools/nd_adddistall b/tools/nd_adddistall index 6077c5d..bff3cd9 100755 --- a/tools/nd_adddistall +++ b/tools/nd_adddistall @@ -4,7 +4,7 @@ . /etc/neurodebian/cmdsettings.sh -[ -z "$@" ] && dists="$allnddists" || dists="$@" +[ -z "$@" ] && dists="$alldists" || dists="$@" echo "Initiating creation of chroots for $dists"