diff options
Diffstat (limited to 't/cond18.sh')
-rwxr-xr-x | t/cond18.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond18.sh b/t/cond18.sh index 32c0ab2b9..22bbfcfea 100755 --- a/t/cond18.sh +++ b/t/cond18.sh @@ -17,7 +17,7 @@ # Regression test for substitution references to conditional variables. # Report from Richard Boulton. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AM_CONDITIONAL([COND1], [true]) |