[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-762-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-762-gfb85704 |
Date: |
Fri, 15 Apr 2011 17:22:32 +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 "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=fb8570413625c417aef963f9ecf6af4bfbc846f7
The branch, master has been updated
via fb8570413625c417aef963f9ecf6af4bfbc846f7 (commit)
via 49c6deb45fb4f919428974822a98f06020992c32 (commit)
from 061cf14019af41062cfaca2ebd97f6a460de3bb2 (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 -----------------------------------------------------------------
commit fb8570413625c417aef963f9ecf6af4bfbc846f7
Merge: 061cf14 49c6deb
Author: Stefano Lattarini <address@hidden>
Date: Fri Apr 15 19:21:26 2011 +0200
Merge branch 'fix-python5b-test'
commit 49c6deb45fb4f919428974822a98f06020992c32
Author: Stefano Lattarini <address@hidden>
Date: Fri Apr 15 19:15:48 2011 +0200
tests: fix typo in python5b.test
* tests/python5b.test: Remove extra `:' from $PATH redefinition.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/python5b.test | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index cc75375..977e08c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2011-04-14 Stefano Lattarini <address@hidden>
+ tests: fix typo in python5b.test
+ * tests/python5b.test: Remove extra `:' from $PATH redefinition.
+
+2011-04-14 Stefano Lattarini <address@hidden>
+
tests: remove redundant settings of `errexit' shell flag
* tests/autodist-acconfig.test: Do not set the `errexit'
shell flag, as it is already set by `tests/defs'.
diff --git a/tests/python5b.test b/tests/python5b.test
index c903e3d..b0f76e6 100755
--- a/tests/python5b.test
+++ b/tests/python5b.test
@@ -32,7 +32,7 @@ cat > bin/my-python << 'END'
exec python ${1+"$@"}
END
chmod a+x bin/my-python
-PATH=`pwd`/bin:$PATH_SEPARATOR$PATH
+PATH=`pwd`/bin$PATH_SEPARATOR$PATH
: > Makefile.am
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-762-gfb85704,
Stefano Lattarini <=