ChemAxon aa7c50abf8
18-12-2006 19:38:32
Quote: |
Using Solaris - we have been unable to make use of the standard jcman scripts as it contained many calls to cygwin and cygpath that are not applicable on our system. |
Code: |
$ export OSTYPE |
This assumes that you use the "bash" command interpreter. (The OSTYPE environment variable is automatically set but not exported in "bash".)
With "ksh" (the default command interpreter on Solaris), set the OSTYPE environment variable first to some (possibly meaningful) value, then export it:
Code: |
$ OSTYPE=solaris2.10 $ export OSTYPE |
You should then be able to use the jchem command scripts unaltered.
Cheers,
Peter