$NetBSD: patch-ai,v 1.3 2006/10/26 19:33:30 rillig Exp $

--- eci-doctor.sh.orig	2003-10-10 09:24:49.000000000 +0200
+++ eci-doctor.sh	2006-10-26 21:28:04.000000000 +0200
@@ -24,7 +24,7 @@ PPPD_DIR="/etc/ppp"
 VERSION=""
 # </CONFIG>
 
-if [ "$1" == "--version" -o "$1" == "-v" ]; then
+if [ "$1" = "--version" -o "$1" = "-v" ]; then
 	echo "$VERSION"
 	exit 0
 fi
