diff options
Diffstat (limited to 't/cond31.sh')
-rwxr-xr-x | t/cond31.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond31.sh b/t/cond31.sh index d6006cb0d..b849a1a9b 100755 --- a/t/cond31.sh +++ b/t/cond31.sh @@ -16,7 +16,7 @@ # Make sure we define conditional _DEPENDENCIES correctly. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<'EOF' AC_SUBST([CC], [false]) |