$NetBSD$

--- 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
 
