17 lines
508 B
Plaintext
17 lines
508 B
Plaintext
$OpenBSD: patch-scripts_ssvnc,v 1.3 2009/10/31 16:03:01 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 Oct 25 14:15:48 2009
|
|
+++ scripts/ssvnc Sat Oct 31 15:47:11 2009
|
|
@@ -122,7 +122,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; then
|
|
WISH=$try
|