From b881d4f0caa23a57f75fee08d43a4b88eefe3d18 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 27 Oct 2011 18:27:36 -0400 Subject: [PATCH] BF: removing hardcoded for debug purposes $PWD/ --- tools/nd_adddistall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2