summaryrefslogtreecommitdiff
path: root/t/remake3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake3.sh')
-rwxr-xr-xt/remake3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/remake3.sh b/t/remake3.sh
index 96294fb29..e19d8ea73 100755
--- a/t/remake3.sh
+++ b/t/remake3.sh
@@ -18,7 +18,7 @@
# in a subdirectory even when there is no Makefile for that subdirectory.
# See also sister functional test 'remake3a.test'.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_CONFIG_FILES([sub/foo])