diff options
Diffstat (limited to 't/python-pr10995.sh')
-rwxr-xr-x | t/python-pr10995.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/python-pr10995.sh b/t/python-pr10995.sh index 375b79295..a822ce1e5 100755 --- a/t/python-pr10995.sh +++ b/t/python-pr10995.sh @@ -19,7 +19,7 @@ # declaration. required=python -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac <<'EOF' AM_PATH_PYTHON |