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

aurel32 pushed a commit to branch glibc-2.23
in repository glibc.

commit db2bf309e24d666e9160e511a79a31532dac30d2
Author: Aurelien Jarno <aurel...@aurel32.net>
Date:   Tue Jun 28 16:13:57 2016 +0200

    Fix a typo
---
 debian/rules.d/build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 6426045..abc1225 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -140,7 +140,7 @@ $(stamp)check_%: $(stamp)build_%
          for test in $$(sed -e '/^\(FAIL\|XFAIL\): /!d;s/^.*: //' 
$(DEB_BUILDDIR)/tests.sum) ; do \
            echo "----------" ; \
            cat $(DEB_BUILDDIR)/$$test.test-result ; \
-           if test -f $(DEB_BUILDDIR)/$$test.out ; then
+           if test -f $(DEB_BUILDDIR)/$$test.out ; then \
              cat $(DEB_BUILDDIR)/$$test.out ; \
            fi ; \
            echo "----------" ; \

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

Reply via email to