From 5589fdfd8dd4572ec0695be677cd4da46dcbb592 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 21 Jun 2017 12:42:14 +0200 Subject: reproducible Debian: make logparse rule about future releases release name agnostic Signed-off-by: Holger Levsen --- bin/chroot-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') 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 -- cgit v1.2.3-54-g00ecf