summaryrefslogtreecommitdiff
path: root/t/confincl.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/confincl.sh')
-rwxr-xr-xt/confincl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/confincl.sh b/t/confincl.sh
index dfc755106..4527a144d 100755
--- a/t/confincl.sh
+++ b/t/confincl.sh
@@ -18,7 +18,7 @@
# If config.h is not used, @CONFIG_INCLUDE_SPEC@ should not appear
# in Makefile.in.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC
@@ -31,6 +31,6 @@ END
$ACLOCAL
$AUTOMAKE
-$FGREP '@CONFIG_INCLUDE_SPEC@' Makefile.in && Exit 1
+$FGREP '@CONFIG_INCLUDE_SPEC@' Makefile.in && exit 1
: