source: main/tags/2.40/gsdl/setup.csh

Last change on this file was 2943, checked in by sjboddie, 22 years ago

Various shell scripts using "tr A-Z a-z" were altered as this doesn't work
with some (solaris for one) versions of tr.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 295 bytes
Line 
1setenv GSDLHOME `pwd`
2setenv GSDLOS `uname -s | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
3setenv PATH $PATH\:$GSDLHOME/bin/script\:$GSDLHOME/bin/$GSDLOS
4setenv MANPATH $MANPATH\:$GSDLHOME/packages/mg/man
5echo "Your environment has successfully been set up to run Greenstone"
Note: See TracBrowser for help on using the repository browser.