diff options
author | adam <adam> | 2006-10-29 19:29:10 +0000 |
---|---|---|
committer | adam <adam> | 2006-10-29 19:29:10 +0000 |
commit | a531a0cb3c2af876f9632bbd9185f6cbeae4abac (patch) | |
tree | e8f87bfbb8e03896565a8f8845a85029301e3ff1 /chat/kadu/patches | |
parent | ebb3ce8d5b9f7c7745980c521296a0cf1d4346d4 (diff) | |
download | pkgsrc-a531a0cb3c2af876f9632bbd9185f6cbeae4abac.tar.gz |
Change == to =
Diffstat (limited to 'chat/kadu/patches')
-rw-r--r-- | chat/kadu/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chat/kadu/patches/patch-ae b/chat/kadu/patches/patch-ae new file mode 100644 index 00000000000..946860bbe0f --- /dev/null +++ b/chat/kadu/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2006/10/29 19:29:10 adam Exp $ + +--- varia/scripts/ilezmian.sh.orig 2006-10-29 20:22:09.000000000 +0100 ++++ varia/scripts/ilezmian.sh +@@ -17,7 +17,7 @@ function ipp() + i=`expr $i + 1` + } + +-if [ "$1" == "" ]; then ++if [ "$1" = "" ]; then + plik=../../ChangeLog + else + plik=$1 |