[GRASSLIST:1214] tclsh and wish problems

Hi list,

Please update CVS tree if your Tcl/Tk scripts complain that "tclsh" or "wish"
not found. Then set GRASS_TCLSH and GRASS_WISH environmental variables to your
own Tcl/Tk shell names before running grass5.

e.g., on FreeBSD

  grass5 -tcltk # won't work because "wish" just exits with some message

  setenv GRASS_TCLSH tclsh8.3 # OR export GRASS_TCLSH=tclsh8.3
  setenv GRASS_WISH wish8.3 # OR export GRASS_WISH=wish8.3
  grass5 -tcltk # should start up with "wish8.3" instead of "wish"

Yours,
Huidae Cho