summaryrefslogtreecommitdiff
path: root/t/cond16.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond16.sh')
-rwxr-xr-xt/cond16.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond16.sh b/t/cond16.sh
index 11a4f68d2..ded33700d 100755
--- a/t/cond16.sh
+++ b/t/cond16.sh
@@ -18,7 +18,7 @@
# references.
# Report from Richard Boulton.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([COND1], [true])