summaryrefslogtreecommitdiff
path: root/t/makefile-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/makefile-deps.sh')
-rwxr-xr-xt/makefile-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/makefile-deps.sh b/t/makefile-deps.sh
index 83f3caeef..192e56bae 100755
--- a/t/makefile-deps.sh
+++ b/t/makefile-deps.sh
@@ -17,13 +17,13 @@
# Make sure we don't emit a rule with empty target if list of
# automatically-computed dependencies for Makefile.in is empty.
-. ./defs || Exit 1
+. ./defs || exit 1
: > Makefile.am
$ACLOCAL
$AUTOMAKE
-grep "^ *:" Makefile.in && Exit 1
+grep "^ *:" Makefile.in && exit 1
: