summaryrefslogtreecommitdiff
path: root/x11/kdelibs3/patches/patch-at
blob: 6c52fc3a48aa126fbd6306947b466eb5096ff626 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-at,v 1.6 2006/10/15 11:25:19 markd Exp $

--- kate/tests/highlight.sh.orig	2006-10-16 00:04:26.000000000 +1300
+++ kate/tests/highlight.sh
@@ -159,9 +159,9 @@ make  destdir=/usr/
 
 # [[ and [ correctly need spaces to be regarded as structure,
 # otherwise they are patterns (currently treated as normal text)
-if [ "$p" == "" ] ; then
+if [ "$p" = "" ] ; then
 	ls /usr/bin/[a-z]*
-elif [[ $p == 0 ]] ; then
+elif [[ $p = 0 ]] ; then
 	ls /usr/share/$p
 fi