Merge branch 'maint'
[platform/upstream/automake.git] / t / distcom4.sh
index 6f9d871..c7088eb 100755 (executable)
@@ -19,7 +19,7 @@
 # Makefile in that directory.  distcom5.test performs the same
 # test with a Makefile in the directory.
 
-. ./defs || Exit 1
+. ./defs || exit 1
 
 cat >> configure.ac << 'END'
    AC_CONFIG_FILES([tests/autoconf:tests/wrapper.in],
@@ -68,7 +68,7 @@ sed -n -e '/^DIST_COMMON =.*\\$/ {
 
 cat dc.txt # For debugging.
 
-test 1 = `grep tests dc.txt | wc -l`
+test 1 -eq $(grep -c tests dc.txt)
 grep configure dc.txt
 
 :