summaryrefslogtreecommitdiff
path: root/t/depend.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/depend.sh')
-rwxr-xr-xt/depend.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/depend.sh b/t/depend.sh
index b69427dd6..846a4247f 100755
--- a/t/depend.sh
+++ b/t/depend.sh
@@ -18,7 +18,7 @@
# In some cases the auto-dependency can get confused and try
# to '-include' a directory (if a backslash-newline appears in _SOURCES).
-. ./defs || Exit 1
+. ./defs || exit 1
echo AC_PROG_CC >> configure.ac