summaryrefslogtreecommitdiff
path: root/t/remake-all-1.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-all-1.sh')
-rwxr-xr-xt/remake-all-1.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/remake-all-1.sh b/t/remake-all-1.sh
index f1a85bc17..9596ba801 100755
--- a/t/remake-all-1.sh
+++ b/t/remake-all-1.sh
@@ -17,7 +17,7 @@
# Check that the "all" target triggers rebuilt of outdated Makefiles.
# See also sister test 'remake-all-2.test'.
-. ./defs || Exit 1
+. ./defs || exit 1
mkfile=Makefile
@@ -45,7 +45,7 @@ $EGREP "^all-am:.* $mkfile( |$)" $mkfile.in sub/$mkfile.in
$AUTOCONF
./configure
-$FGREP "$magic1" mkfile.in && Exit 1 # Sanity check.
+$FGREP "$magic1" mkfile.in && exit 1 # Sanity check.
# Two code paths in configure.am: