summaryrefslogtreecommitdiff
path: root/t/help-python.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/help-python.sh')
-rwxr-xr-xt/help-python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/help-python.sh b/t/help-python.sh
index 501b545d8..dcbcfe898 100755
--- a/t/help-python.sh
+++ b/t/help-python.sh
@@ -17,7 +17,7 @@
# Make sure that macro 'AM_PATH_PYTHON' adds proper text to the
# configure help screen.
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac <<END
AC_INIT([$me], [1.0])