summaryrefslogtreecommitdiff
path: root/t/comment7.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/comment7.sh')
-rwxr-xr-xt/comment7.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comment7.sh b/t/comment7.sh
index 186daa0e5..7e45853f5 100755
--- a/t/comment7.sh
+++ b/t/comment7.sh
@@ -17,7 +17,7 @@
# Make sure comment for conditional variables are output near the
# corresponding conditional definitions.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac <<'EOF'
AM_CONDITIONAL([COND], [true])