Date: Sat, 20 Jul 2002 16:08:24 +0200 From: Hanspeter Roth <hanspeter_roth@hotmail.com> To: freebsd-questions@freebsd.org Subject: tk/wish versions Message-ID: <20020720160823.A1038@gicco.cablecom.ch>
next in thread | raw e-mail | index | archive | help
Hello,
I have a script which is a shell script externally but a wish script
internally. The following line is near the top:
exec wish "$0" "$@
This is it doesn't call a specific version of wish.
Other scripts have something similar to
exec wish8.3 "$0" -- ${1+"$@"}
Now when I start the first script I get a message saying that
different wishes are not compatible. But the only tk I have
installed is 8.3 anyway.
What is the recommended way to solve this problem?
Should one specify the wish version in every wish script?
Or should I patch /usr/local/bin/wish to call one default version?
-Hanspeter
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020720160823.A1038>
