The version of wish which we want here is 8.0.

This commit is contained in:
agc 1998-02-25 15:49:24 +00:00
parent 4e05566bd5
commit e6c5dc8689

View file

@ -22,7 +22,7 @@
# Find a Tk interpreter.
-WISH=`which wish4.0`
+WISH=`which wish8.1`
+WISH=`which wish8.0`
if [ ! -f $WISH ]; then
- WISH=`which wish4.1`
+ WISH=`which wish4.1`