summaryrefslogtreecommitdiff
path: root/misc/kdepim3/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdepim3/patches/patch-av')
-rw-r--r--misc/kdepim3/patches/patch-av13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/kdepim3/patches/patch-av b/misc/kdepim3/patches/patch-av
deleted file mode 100644
index 342bf058a23..00000000000
--- a/misc/kdepim3/patches/patch-av
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-av,v 1.1 2006/10/18 19:43:00 markd Exp $
-
---- karm/test/refresh_on_change.sh.orig 2006-10-19 08:34:41.000000000 +1300
-+++ karm/test/refresh_on_change.sh
-@@ -48,7 +48,7 @@ RVAL=`dcop $DCOPID KarmDCOPIface taskIdF
- tear_down
-
- # check that todo was found
--if [ "$RVAL" == "$TODO_UID" ]; then
-+if [ "$RVAL" = "$TODO_UID" ]; then
- echo "PASS $0"
- exit 0;
- else