pkgsrc-wip/gtk-imonc/patches/patch-ab
2006-12-17 11:22:10 +00:00

13 lines
329 B
Text

$NetBSD: patch-ab,v 1.1 2006/12/17 11:22:11 gschwarz Exp $
--- telmond.sh.orig 2006-12-17 12:15:07.000000000 +0100
+++ telmond.sh 2006-12-17 12:15:15.000000000 +0100
@@ -18,7 +18,7 @@
timeout=5
ignore_msn="4711"
-if [ "$TELMOND_CALLEE" == "$ignore_msn" ]; then
+if [ "$TELMOND_CALLEE" = "$ignore_msn" ]; then
exit 0;
fi