summaryrefslogtreecommitdiff
path: root/t/reqd2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/reqd2.sh')
-rwxr-xr-xt/reqd2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/reqd2.sh b/t/reqd2.sh
index a9442a29b..5734fd199 100755
--- a/t/reqd2.sh
+++ b/t/reqd2.sh
@@ -19,7 +19,7 @@
# to fix the Makefiles.)
required='libtoolize'
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT([req2], [1.0])