$NetBSD: patch-ac,v 1.2 2010/09/04 05:12:00 obache Exp $ --- Misc/build.sh.orig 2010-03-12 21:29:25.000000000 +0000 +++ Misc/build.sh @@ -269,7 +269,7 @@ fi F="make-doc-dist.out" start=`current_time` -if [ $conflict_count == 0 ]; then +if [ $conflict_count = 0 ]; then make dist >& ../build/$F err=$? fi