summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-08-14 10:31:18 +0200
committerGuido Günther <agx@sigxcpu.org>2010-08-14 10:32:24 +0200
commit07c11d50949828279943e8783ea567991fb25e68 (patch)
treead07c5c002d091c642f5812d23762e796655add1
parent00d0f64a64b50decf3a45be264b72640c49790fe (diff)
Only output dist if set.
-rwxr-xr-xgit-pbuilder2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-pbuilder b/git-pbuilder
index a6b09c14..74bab332 100755
--- a/git-pbuilder
+++ b/git-pbuilder
@@ -36,7 +36,7 @@ if [ -z "$DIST" ] ; then
*git-pbuilder*) DIST= ;;
esac
fi
-echo "dist is $DIST"
+[ -n "$DIST" ] && echo "dist is $DIST"
# If DIST is set, use base-$DIST.cow. If DIST is not set, the sid chroot may
# be either base.cow or base-sid.cow. Try both.