On Thu, 11 May 2000, David N. Welton wrote: > On Wed, May 10, 2000 at 03:48:05PM -0400, Stephen Schwarm wrote: > > > #!posix_shell -c tcl > > > > and the "correct" path would be used to find tcl > > As per the bug report I submitted to the sourceforge LSB site, I > wanted to correct this. The Tcl binary has always been called > "tclsh", not "tcl".
>From what I've seen, the tclX binary is always tcl, while the tcl binary is tclsh. Thus, the bug is just a missing X in Stephen's post... On SuSE 6.4, they are certainly different binaries: ls -l /usr/bin/tcl* -rwxr-xr-x 1 root root 4216 Mar 11 05:34 /usr/bin/tcl* -rwxr-xr-x 1 root root 12655 Mar 11 05:34 /usr/bin/tclhelp* lrwxrwxrwx 1 root root 8 Apr 13 18:04 /usr/bin/tclsh -> tclsh8.0* -rwxr-xr-x 1 root root 3988 Mar 11 05:34 /usr/bin/tclsh8.0* -- John =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= John W. Lockhart Linuxcare Labs [EMAIL PROTECTED] (home, EST) Mobile 415.577.7053 [EMAIL PROTECTED] http://www.linuxcare.com Linuxcare, Inc. Support for the Revolution.
