2013-09-26 17:14:40 +02:00

14 lines
320 B
Plaintext

$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