summaryrefslogtreecommitdiff
path: root/chat/kadu/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-12-01 20:55:12 +0000
committerrillig <rillig@pkgsrc.org>2006-12-01 20:55:12 +0000
commit160d87e56278b0147fad01d3428f66d4d133d4b2 (patch)
tree6c2e2ca13f7473c55c3c57cbab8d858f9471332f /chat/kadu/patches
parentf1cdca755c1acaa32440d62ca446556b82adaaab (diff)
downloadpkgsrc-160d87e56278b0147fad01d3428f66d4d133d4b2.tar.gz
Fixed "test ==".
Diffstat (limited to 'chat/kadu/patches')
-rw-r--r--chat/kadu/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/kadu/patches/patch-af b/chat/kadu/patches/patch-af
new file mode 100644
index 00000000000..97c37b6c5c4
--- /dev/null
+++ b/chat/kadu/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/12/01 20:55:12 rillig Exp $
+
+--- varia/scripts/kadu_debug_set.orig 2004-09-21 03:04:10.000000000 +0200
++++ varia/scripts/kadu_debug_set 2006-12-01 21:53:34.000000000 +0100
+@@ -12,7 +12,7 @@
+ export LC_ALL=pl_PL
+ export LANG=pl_PL
+
+-if [ "$1" == "" ]; then
++if [ "$1" = "" ]; then
+ ZM=$((-1&(~(1<<9))));
+ else
+ ZM=$1;