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