grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.20-79-g79c1479


From: Jim Meyering
Subject: grep branch, master, updated. v2.20-79-g79c1479
Date: Sun, 09 Nov 2014 01:58:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  79c1479c8dbad03214696b16a78a61b03d25b3a1 (commit)
      from  7c476caba56c5d25ac0426d2092b3d00af43913e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=79c1479c8dbad03214696b16a78a61b03d25b3a1


commit 79c1479c8dbad03214696b16a78a61b03d25b3a1
Author: Jim Meyering <address@hidden>
Date:   Sat Nov 8 17:49:28 2014 -0800

    tests: fix typo in previous change
    
    * tests/init.cfg (hex_printf_): Fix typo s/A-f/A-F/.
    For the record, I introduced that error, not Norihiro.

diff --git a/tests/init.cfg b/tests/init.cfg
index 1fb25f5..75a9494 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -160,5 +160,5 @@ or use the shortcut target of the toplevel Makefile,
 hex_printf_()
 {
   printf $(printf '\\%o' \
-    $(printf %s "$1"|sed 's,\\x\([0-9a-fA-f][0-9a-fA-f]\), 0x\1,g'))
+    $(printf %s "$1"|sed 's,\\x\([0-9a-fA-F][0-9a-fA-F]\), 0x\1,g'))
 }

-----------------------------------------------------------------------

Summary of changes:
 tests/init.cfg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]