blob: 0ab198f97a8f837b8556ae8bd8c44d3fdcb1f80e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.1.1.1 2009/04/19 14:42:50 wiz Exp $
--- Misc/build.sh.orig 2009-04-07 19:27:36.000000000 +0000
+++ Misc/build.sh
@@ -275,7 +275,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
|