[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-269-gab42654 |
Date: |
Sat, 07 Mar 2009 00:28:28 +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=ab42654df7632fed09a2317389b1eb4935d432d7
The branch, master has been updated
via ab42654df7632fed09a2317389b1eb4935d432d7 (commit)
from b34573760e626b558a59ea30f8ab58b76b43082a (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 ab42654df7632fed09a2317389b1eb4935d432d7
Author: Ralf Wildenhues <address@hidden>
Date: Sat Mar 7 01:27:11 2009 +0100
Fix maintainer-check fallout.
* tests/compile2.test: Use `Exit', not `exit'.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/compile2.test | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5aff609..1c4689d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-07 Ralf Wildenhues <address@hidden>
+
+ Fix maintainer-check fallout.
+ * tests/compile2.test: Use `Exit', not `exit'.
+
2009-03-07 Peter Breitenlohner <address@hidden>
Ralf Wildenhues <address@hidden>
diff --git a/tests/compile2.test b/tests/compile2.test
index 9f5d7b3..9fe3354 100755
--- a/tests/compile2.test
+++ b/tests/compile2.test
@@ -65,11 +65,11 @@ test -f "$amtest_object"
# Absolute w32 paths should be accepted.
# Do not actually run this test on anything that could be w32.
-test -d "C:\\" && exit 77
+test -d "C:\\" && Exit 77
# This test is taken from Autoconf's _AS_PATH_SEPARATOR_PREPARE.
(PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
(PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
- exit 77
+ Exit 77
}
amtest_source='C:\libltdl\libltdl\slist.c'
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-269-gab42654,
Ralf Wildenhues <=