summaryrefslogtreecommitdiff
path: root/t/specflg-dummy.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/specflg-dummy.sh')
-rwxr-xr-xt/specflg-dummy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/specflg-dummy.sh b/t/specflg-dummy.sh
index 1486f4c9c..28d576cd4 100755
--- a/t/specflg-dummy.sh
+++ b/t/specflg-dummy.sh
@@ -20,7 +20,7 @@
# even if AM_CFLAGS is undefined. Similarly for other *FLAGS variables
# (CXXFLAGS, YFLAGS, LDFLAGS, ...)
-. ./defs || Exit 1
+. ./defs || exit 1
# Disable shell globbing if possible.
(set +f) >/dev/null 2>&1 && set +f