summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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.