summaryrefslogtreecommitdiff
path: root/t/python-dist.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python-dist.sh')
-rwxr-xr-xt/python-dist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python-dist.sh b/t/python-dist.sh
index 25dd4fe8b..de20b40e2 100755
--- a/t/python-dist.sh
+++ b/t/python-dist.sh
@@ -17,7 +17,7 @@
# Test distribution of *_PYTHON files.
# This test does not require python.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_PATH_PYTHON([], [:], [:])