blob: 4236c45ffffeee7fa097337ad324e6732ee8c528 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ap,v 1.2 2012/01/30 05:40:02 asau Exp $
--- tools/binary.orig 2009-08-31 03:01:14.000000000 +0400
+++ tools/binary 2010-07-20 22:53:07.000000000 +0400
@@ -487,7 +487,7 @@
if "$negative"
then
- if test "$step_status" == 0
+ if test "$step_status" = 0
then
testeddir=$testsubdir
found=true
|