--- tcl8.3.5/html/UserCmd/wish.htm.orig Sat Oct 19 05:11:58 2002 +++ tcl8.3.5/html/UserCmd/wish.htm Thu Nov 18 12:49:21 2004 @@ -4,7 +4,7 @@
#!/usr/local/bin/wish+
#!/usr/local/bin/wish8.3then you can invoke the script file directly from your shell if you mark it as executable. This assumes that wish has been installed in the default @@ -157,7 +157,7 @@ following three lines:
#!/bin/sh # the next line restarts using wish \ -exec wish "$0" "$@"+exec wish8.3 "$0" "$@" This approach has three advantages over the approach in the previous paragraph. First, the location of the wish binary doesn't have to be hard-wired into the script: it can be anywhere in your shell