summaryrefslogtreecommitdiff
path: root/t/python8.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python8.sh')
-rwxr-xr-xt/python8.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python8.sh b/t/python8.sh
index f999cb684..dd1174a3c 100755
--- a/t/python8.sh
+++ b/t/python8.sh
@@ -17,7 +17,7 @@
# Test ACTION-IF-TRUE in AM_PATH_PYTHON.
required=python
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac <<'EOF'
# $PYTHON is supposed to be properly set in ACTION-IF-TRUE.