summaryrefslogtreecommitdiff
path: root/t/txinfo3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/txinfo3.sh')
-rwxr-xr-xt/txinfo3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/txinfo3.sh b/t/txinfo3.sh
index 88e1bacfe..5d7694fe1 100755
--- a/t/txinfo3.sh
+++ b/t/txinfo3.sh
@@ -17,7 +17,7 @@
# Test to make sure .info-less @setfilename works.
required='makeinfo tex texi2dvi'
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_OUTPUT
@@ -44,7 +44,7 @@ grep '^INFO_DEPS.*textutils$' Makefile.in
# We should not use single suffix inference rules (with separate
# dependencies), this confuses Solaris make.
-grep '^\.texi:$' Makefile.in && Exit 1
+grep '^\.texi:$' Makefile.in && exit 1
grep 'textutils: *textutils\.texi' Makefile.in
./configure