source: tags/gsdl-2_35b-distribution/gsdl/setup.csh@ 2563

Last change on this file since 2563 was 2560, checked in by sjboddie, 23 years ago

setup.bash and setup.csh now provide a small amount of feel good feedback
to be consistent with setup.bat

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 245 bytes
Line 
1setenv GSDLHOME `pwd`
2setenv GSDLOS `uname -s | tr A-Z a-z`
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.