summaryrefslogtreecommitdiff
path: root/t/python.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/python.sh')
-rwxr-xr-xt/python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python.sh b/t/python.sh
index 0fe5d12d1..a3add40f9 100755
--- a/t/python.sh
+++ b/t/python.sh
@@ -16,7 +16,7 @@
# Test to make sure py_compile and am__py_compile are correctly defined.
-. ./defs || Exit 1
+. ./defs || exit 1
echo 'AM_PATH_PYTHON' >> configure.ac