summaryrefslogtreecommitdiff
path: root/t/aclocal7.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/aclocal7.sh')
-rwxr-xr-xt/aclocal7.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/aclocal7.sh b/t/aclocal7.sh
index 936d4ea0a..4c03a0c4e 100755
--- a/t/aclocal7.sh
+++ b/t/aclocal7.sh
@@ -17,7 +17,7 @@
# Make sure aclocal does not overwrite aclocal.m4 needlessly.
# Also make sure automake --no-force does not overwrite Makefile.in needlessly.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
SOME_DEFS
@@ -86,7 +86,7 @@ is_newest Makefile.in fragment.inc
is_newest fragment.inc aclocal.m4
is_newest fragment.inc sub/Makefile.in
-grep README Makefile.in && Exit 1
+grep README Makefile.in && exit 1
$sleep
: > README