mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
$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
|