From: Ralf Wildenhues Date: Sat, 7 Mar 2009 00:27:11 +0000 (+0100) Subject: Fix maintainer-check fallout. X-Git-Tag: v1.10b~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab42654df7632fed09a2317389b1eb4935d432d7;p=thirdparty%2Fautomake.git Fix maintainer-check fallout. * tests/compile2.test: Use `Exit', not `exit'. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 5aff609ba..1c4689dfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-07 Ralf Wildenhues + + Fix maintainer-check fallout. + * tests/compile2.test: Use `Exit', not `exit'. + 2009-03-07 Peter Breitenlohner Ralf Wildenhues diff --git a/tests/compile2.test b/tests/compile2.test index 9f5d7b380..9fe3354d2 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'