Bug 80675 - wrong settings of environment variables TK_LIBRARY and TCL_LIBRARY in /usr/bin/nmrview
Bug#: 80675 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: ribosome@gentoo.org Reported By: sgagne@rsvs.ulaval.ca
Component: Applications
URL: 
Summary: wrong settings of environment variables TK_LIBRARY and TCL_LIBRARY in /usr/bin/nmrview
Keywords:  
Status Whiteboard: 
Opened: 2005-02-03 23:44 0000
Description:   Opened: 2005-02-03 23:44 0000
bash-2.05b$ cat /usr/bin/nmrview
#!/bin/bash
export NMRVIEW5HOME="/opt/nmrview"
export TK_LIBRARY="/opt/nmrview/tk8.0"   # SHOULD BE 8.4
export TCL_LIBRARY="/opt/nmrview/tcl8.0" # SHOULD BE 8.4
/opt/nmrview/nmrview5_2_2_01_linux

bash-2.05b$ ls -1 /opt/nmrview
...
tcl8.4
tk8.4
...

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Olivier Fisette 2005-02-04 10:48:54 0000 -------
Fixed. Thanks for reporting. (Why did it even work before? :\)