summaryrefslogtreecommitdiff
path: root/t/c-demo.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/c-demo.sh')
-rwxr-xr-xt/c-demo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/c-demo.sh b/t/c-demo.sh
index c461876e0..cc571b3df 100755
--- a/t/c-demo.sh
+++ b/t/c-demo.sh
@@ -19,7 +19,7 @@
required=cc
am_create_testdir=empty
-. ./defs || Exit 1
+. ./defs || exit 1
cat > configure.ac << 'END'
AC_INIT([GNU C Demo], [22.3.2], [bug-automake@gnu.org])