Merge branch 'maint'
[platform/upstream/automake.git] / t / comment7.sh
index 186daa0..7e45853 100755 (executable)
@@ -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])