summaryrefslogtreecommitdiff
path: root/t/cxx-lt-demo.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cxx-lt-demo.sh')
-rwxr-xr-xt/cxx-lt-demo.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index c11043546..d0023e859 100755
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -18,7 +18,7 @@
required='libtoolize c++'
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT([GNU C++/Libtool Demo], [0.73], [bug-automake@gnu.org])
@@ -95,7 +95,7 @@ $AUTOMAKE --add-missing --copy
ls -l . ax # For debugging.
for f in ltmain.sh depcomp config.guess config.sub; do
- test -f ax/$f && test ! -h ax/$f || Exit 1
+ test -f ax/$f && test ! -h ax/$f || exit 1
done
test ! -f ax/compile # Not required by C++ compilers.