diff options
Diffstat (limited to 'chat/kadu/patches')
-rw-r--r-- | chat/kadu/patches/patch-af | 13 |
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; |