grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.10-8-ga1482fb


From: Jim Meyering
Subject: grep branch, master, updated. v2.10-8-ga1482fb
Date: Mon, 21 Nov 2011 19:39:46 +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  a1482fbe39b58e26b8a05d9c5ed22969fbcf2f47 (commit)
      from  f3d95e96a371111f8b9b4941f1075933c904142a (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=a1482fbe39b58e26b8a05d9c5ed22969fbcf2f47


commit a1482fbe39b58e26b8a05d9c5ed22969fbcf2f47
Author: Bruno Haible <address@hidden>
Date:   Mon Nov 21 20:36:43 2011 +0100

    build: fix "make check" error on OSF/1
    
    * tests/Makefile.am (TESTS_ENVIRONMENT): Test the value of the variable
    BASH_VERSION, not the literal ASH_VERSION.

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 03ea23b..f23a592 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -106,7 +106,7 @@ TESTS_ENVIRONMENT =                         \
   tmp__=$$TMPDIR; test -d "$$tmp__" || tmp__=.;        \
   TMPDIR=$$tmp__; export TMPDIR;               \
                                                \
-  if test -n "$BASH_VERSION" || (eval "export v=x") 2>/dev/null; then \
+  if test -n "$$BASH_VERSION" || (eval "export v=x") 2>/dev/null; then \
     export_with_values () { export "$$@"; };           \
   else                                                 \
     export_with_values ()                              \

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

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


hooks/post-receive
-- 
grep



reply via email to

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