|
From: <eri...@co...> - 2003-02-03 01:16:01
|
I solved the problem. It was running the wrong wish. I have fink installed and it was running the wish from /sw/bin/ instead of /usr/bin In the GVI file, I now have this line: exec /usr/bin/wish "$0" "$@" and I've updated my .bashrc file to not source /sw/bin/init.sh if I am using the OS X terminal rather then Apple's X11 terminal. |