summaryrefslogtreecommitdiff
path: root/t/amopt.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/amopt.sh')
-rwxr-xr-xt/amopt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/amopt.sh b/t/amopt.sh
index 786118410..5d6005de5 100755
--- a/t/amopt.sh
+++ b/t/amopt.sh
@@ -17,7 +17,7 @@
# Make Automake diagnose a conditional AUTOMAKE_OPTIONS.
# Report from Bas Wijnen.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >>configure.ac <<END
AM_CONDITIONAL([COND], [true])