summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-au')
-rw-r--r--misc/kdepim3/patches/patch-au13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-au b/misc/kdepim3/patches/patch-au
deleted file mode 100644
index 800ab5aaeba..00000000000
--- a/misc/kdepim3/patches/patch-au
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-au,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/delete.sh.orig 2006-10-19 08:34:32.000000000 +1300
-+++ karm/test/delete.sh
-@@ -24,7 +24,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface version
-
- tear_down
-
--if [ "$RVAL" == "" ]; then
-+if [ "$RVAL" = "" ]; then
- echo "FAIL $0: got no version."
- exit 1;
- else