Changeset 2709 for trunk/gsdl


Ignore:
Timestamp:
2001-08-22T14:03:30+12:00 (23 years ago)
Author:
jrm21
Message:

Explicitly check for cygwin -> set gsdlos to windows instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/setup.bash

    r2560 r2709  
    11export GSDLHOME=`pwd`
    22export GSDLOS=`uname -s | tr A-Z a-z`
     3if test "`echo $GSDLOS | sed 's/cygwin//'`" != "$GSDLOS" ;
     4then
     5# they are different => we are running bash under cygwin
     6GSDLOS=windows
     7fi
    38export PATH=$PATH:$GSDLHOME/bin/script:$GSDLHOME/bin/$GSDLOS
    49export MANPATH=$MANPATH:$GSDLHOME/packages/mg/man
Note: See TracChangeset for help on using the changeset viewer.