grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.6-17-g74ab780


From: Jim Meyering
Subject: grep branch, master, updated. v2.6-17-g74ab780
Date: Thu, 25 Mar 2010 15:15:38 +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  74ab780290c4cfdd71f4981d011041d44fbffffa (commit)
      from  015240e846c8a6614272d44f351a5faee8b9aa93 (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=74ab780290c4cfdd71f4981d011041d44fbffffa


commit 74ab780290c4cfdd71f4981d011041d44fbffffa
Author: Tony Abou-Assaleh <address@hidden>
Date:   Thu Mar 25 16:12:50 2010 +0100

    tests: use awk's -v option more portably
    
    * tests/spencer1-locale: Add a space between awk's "-v" option and
    the following VAR=value string, to avoid test failure on Mac OS X.

diff --git a/tests/spencer1-locale b/tests/spencer1-locale
index f0b2011..fa9909d 100755
--- a/tests/spencer1-locale
+++ b/tests/spencer1-locale
@@ -15,7 +15,7 @@ fail=0
 
 # . . . and the following by Henry Spencer.
 
-${AWK-awk} -vextra_locale=$LOCALE_FR_UTF8 \
+${AWK-awk} -v extra_locale=$LOCALE_FR_UTF8 \
     -f "$abs_srcdir/spencer1-locale.awk" "$abs_srcdir/spencer1.tests" \
   > spencer1-locale.script || fail=1
 

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

Summary of changes:
 tests/spencer1-locale |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep




reply via email to

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