$OpenBSD: patch-scripts_ssvnc,v 1.4 2009/12/31 14:49:45 sthen Exp $

use the correct wish binary first.  N.B. update-patches will destroy
the ${MODTK_BIN} expansion in the 'for' line.

--- scripts/ssvnc.orig	Sun Dec 27 20:38:58 2009
+++ scripts/ssvnc	Wed Dec 30 22:34:56 2009
@@ -166,7 +166,7 @@ fi
 
 if [ "X$WISH" = "X" ]; then
 	WISH=wish
-	for try in wish8.4 wish wish8.3 wish8.5 wish8.6
+	for try in ${MODTK_BIN} wish8.4 wish wish8.3 wish8.5 wish8.6
 	do
 		if type $try > /dev/null 2>&1; then
 			WISH=$try
