blob: 354dc4ffbe9e7b7d948ad774c7874161236189c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/contrib/tkx2vnc 2010-03-14 21:31:49.000000000 +0100
+++ b/contrib/tkx2vnc 2010-03-14 21:32:58.000000000 +0100
@@ -1,10 +1,13 @@
-#!/usr/bin/expectk -f
+#!/usr/bin/wish
# Name: tkx2vnc
# Author: David Noble
# Version: 1.0a
# Written: May 13, 2002
# Modified: May 15, 2002
+# Expect dependency fixed by Patrick Kursawe, March 14, 2010
+
+package require Expect
proc prompt {} {
global prefs
|