source: trunk/gsdl/setup.csh@ 2997

Last change on this file since 2997 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
RevLine 
[682]1setenv GSDLHOME `pwd`
[2943]2setenv GSDLOS `uname -s | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
[682]3setenv PATH $PATH\:$GSDLHOME/bin/script\:$GSDLHOME/bin/$GSDLOS
[1161]4setenv MANPATH $MANPATH\:$GSDLHOME/packages/mg/man
[2560]5echo "Your environment has successfully been set up to run Greenstone"
Note: See TracBrowser for help on using the repository browser.