tests: simpler workaround for shells losing the exit status in exit trap
[platform/upstream/automake.git] / t / subobj5.sh
index 3b05b6a..6736cb1 100755 (executable)
@@ -18,7 +18,7 @@
 # From Robert Collins.
 
 required=cc
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
 AC_CONFIG_FILES([generic/Makefile])