summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-21 12:42:14 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-21 12:42:14 +0200
commit5589fdfd8dd4572ec0695be677cd4da46dcbb592 (patch)
treed9ca835c8e10b2c7dfeb492d1b84879129e58657 /bin/chroot-installation.sh
parent9cd5d7e1b0e9bb71f4fb1b80efdcac7deb19d78c (diff)
downloadjenkins.debian.net-5589fdfd8dd4572ec0695be677cd4da46dcbb592.tar.xz
reproducible Debian: make logparse rule about future releases release name agnostic
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index ecc9959a..f86febed 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -309,7 +309,7 @@ if [ "$DISTRO" = "sid" ] ; then
cat $TMPFILE
fi
if ! cat /etc/debian_version | grep -q ^8 ; then
- echo "Warning: seems Stretch has been released, please revisit the list of transitional packages to ignore…"
+ echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…"
fi
fi