From: Yaroslav Halchenko Date: Thu, 27 Oct 2011 22:27:36 +0000 (-0400) Subject: BF: removing hardcoded for debug purposes $PWD/ X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b881d4f0caa23a57f75fee08d43a4b88eefe3d18;p=neurodebian.git BF: removing hardcoded for debug purposes $PWD/ --- diff --git a/tools/nd_adddistall b/tools/nd_adddistall index f01fa88..6077c5d 100755 --- a/tools/nd_adddistall +++ b/tools/nd_adddistall @@ -16,7 +16,7 @@ for dist in $dists; do if [ -e "$cowbuilderroot/cow/$dist-amd64.cow" ]; then status=exists else - $CMD sudo $PWD/nd_adddist ${dist%%-*} ${dist#*-} && status=ok || status=failed + $CMD sudo nd_adddist ${dist%%-*} ${dist#*-} && status=ok || status=failed fi MSGS+=" $(printf '%-30s\\t%s' $dist $status)\n" done