summaryrefslogtreecommitdiff
path: root/t/cond26.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cond26.sh')
-rwxr-xr-xt/cond26.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cond26.sh b/t/cond26.sh
index f0aac9638..74cc7cc85 100755
--- a/t/cond26.sh
+++ b/t/cond26.sh
@@ -17,7 +17,7 @@
# Check that non-conditional primaries can use conditional directories.
# Reported by Juergen Keil.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac << 'EOF'
AM_CONDITIONAL([USE_FOO], [true])