summaryrefslogtreecommitdiff
path: root/mail/thunderbird/patches/patch-eb
blob: bbb270c20d7cf029e7d990e8dc939320fd3ada3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-eb,v 1.1 2009/10/03 13:18:23 ghen Exp $

--- security/nss/tests/libpkix/libpkix.sh.orig	2008-11-11 10:06:52.000000000 +0100
+++ security/nss/tests/libpkix/libpkix.sh
@@ -85,12 +85,12 @@ libpkix_cleanup()
 ParseArgs ()
 {
     while [ $# -gt 0 ]; do
-        if [ $1 == "-checkmem" ]; then
+        if [ $1 = "-checkmem" ]; then
             checkMemArg=$1
             memText="   (Memory Checking Enabled)"
-        elif [ $1 == "-quiet" ]; then
+        elif [ $1 = "-quiet" ]; then
             quietArg=$1
-        elif [ $1 == "-arenas" ]; then
+        elif [ $1 = "-arenas" ]; then
             arenasArg=$1
         fi
         shift