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 26d0fa7837b74b4aef0084d39bd3adebb584d127 (commit)
via da146191fe5ae006c7d02fc7feb0870c59917c2f (commit)
via 171c09d9ea74dc1ba1699ec6f13c75fc3bc81d64 (commit)
from 7cd23606c5d678378c84a2e6bc9915486679f9cf (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=26d0fa7837b74b4aef0084d39bd3adebb584d127
commit 26d0fa7837b74b4aef0084d39bd3adebb584d127
Author: Bruno Haible <[email protected]>
Date: Sat Nov 12 12:29:45 2011 +0100
tests: don't assume that /bin/bash exists
* tests/fedora: Run using /bin/sh, not /bin/bash.
diff --git a/tests/fedora b/tests/fedora
index e85cd60..304ca8a 100755
--- a/tests/fedora
+++ b/tests/fedora
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ ../src
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=da146191fe5ae006c7d02fc7feb0870c59917c2f
commit 26d0fa7837b74b4aef0084d39bd3adebb584d127
Author: Bruno Haible <[email protected]>
Date: Sat Nov 12 12:29:45 2011 +0100
tests: don't assume that /bin/bash exists
* tests/fedora: Run using /bin/sh, not /bin/bash.
diff --git a/tests/fedora b/tests/fedora
index e85cd60..304ca8a 100755
--- a/tests/fedora
+++ b/tests/fedora
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ ../src
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=171c09d9ea74dc1ba1699ec6f13c75fc3bc81d64
commit 26d0fa7837b74b4aef0084d39bd3adebb584d127
Author: Bruno Haible <[email protected]>
Date: Sat Nov 12 12:29:45 2011 +0100
tests: don't assume that /bin/bash exists
* tests/fedora: Run using /bin/sh, not /bin/bash.
diff --git a/tests/fedora b/tests/fedora
index e85cd60..304ca8a 100755
--- a/tests/fedora
+++ b/tests/fedora
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. "${srcdir=.}/init.sh"; path_prepend_ ../src
-----------------------------------------------------------------------
Summary of changes:
src/pcresearch.c | 13 ++++---------
tests/fedora | 2 +-
tests/init.cfg | 2 ++
3 files changed, 7 insertions(+), 10 deletions(-)
hooks/post-receive
--
grep