[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: Fix two typos introduced in commit b3fd9db4d47ecef470be5b81557e996556df0a32



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 60a90313796317c3bc4fe37fcf9a1406a0940885
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Apr 9 22:37:18 2017 +0200

    Fix two typos introduced in commit b3fd9db4d47ecef470be5b81557e996556df0a32
---
 debian/rules.d/build.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 9a25e28..1e9174e 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -148,9 +148,9 @@ $(stamp)check_%: $(stamp)build_%
 	    echo "|     Encountered regressions that don't match expected failures.     |" ; \
 	    echo "+---------------------------------------------------------------------+" ; \
 	    grep -E '^FAIL:' $(DEB_BUILDDIR)/tests.sum | sort ; \
-	    if ! dpkg-parsechangelog | egrep -q '^Version:.*\+deb[0-9]+u[0-9]+' ; then
+	    if ! dpkg-parsechangelog | egrep -q '^Version:.*\+deb[0-9]+u[0-9]+' ; then \
 	        exit 1 ; \
-	    fi ; \
+	    fi ; \
 	  else \
 	    echo "+---------------------------------------------------------------------+" ; \
 	    echo "| Passed regression testing.  Give yourself a hearty pat on the back. |" ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: