Changeset 23877 for main


Ignore:
Timestamp:
2011-04-09T22:59:50+12:00 (13 years ago)
Author:
davidb
Message:

Added check for mingw as well as cygwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2build/setup.bash

    r21686 r23877  
    157157  export GSDLOS
    158158
     159  # check for running bash under mingw
     160  if test "`echo $GSDLOS | sed 's/mingw//'`" != "$GSDLOS" ;
     161  then
     162    GSDLOS=windows
     163  fi
     164  export GSDLOS
     165
    159166  PATH=$PATH:$GSDLHOME/bin/script:$GSDLHOME/bin/$GSDLOS
    160167  export PATH
Note: See TracChangeset for help on using the changeset viewer.