summaryrefslogtreecommitdiff
path: root/lang/spl/patches/patch-ad
blob: 74bcf8a01cbaf11f2ba0885796e95c07fce67fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ad,v 1.1 2007/03/17 08:45:07 obache Exp $

--- syscheck.sh.orig	2006-10-25 08:24:18.000000000 +0000
+++ syscheck.sh
@@ -97,9 +97,9 @@ case "$1" in
 			[ -f "$file" ] && { result="$file"; break; }
 		done
 		if [ "$1" = "opengl" ]; then
-			[ "$result" == "0" ] || result=1
+			[ "$result" = "0" ] || result=1
 		else
-			[ "$result" == "0" ] && result=""
+			[ "$result" = "0" ] && result=""
 		fi
 		;;
 	libsmoke)