summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_setup_pbuilder.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 18:05:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 18:05:52 +0200
commit9afd9f285eda583306a6eaf3cca442a9f1496e26 (patch)
tree8cb80d2e7d8c3702543cda04d9ea5cd1a71ad13f /bin/reproducible_setup_pbuilder.sh
parentf1fef99224089d7d41b953aea1232f429c180687 (diff)
downloadjenkins.debian.net-9afd9f285eda583306a6eaf3cca442a9f1496e26.tar.xz
fix harmless typo
Diffstat (limited to 'bin/reproducible_setup_pbuilder.sh')
-rwxr-xr-xbin/reproducible_setup_pbuilder.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh
index f30d686b..90427db6 100755
--- a/bin/reproducible_setup_pbuilder.sh
+++ b/bin/reproducible_setup_pbuilder.sh
@@ -127,6 +127,6 @@ if [ -n "$OLDSTAMP" ] || [ ! -f $BASETGZ ] || [ ! -f $STAMP ] ; then
fi
setup_pbuilder $SUITE $SUITE-reproducible-base dpkg dpkg-dev debhelper
else
- echo "Echo $BASETGZ not old enough, doing nothing..."
+ echo "$BASETGZ not old enough, doing nothing..."
fi
echo