Ignore:
Timestamp:
2012-05-28T23:47:41+12:00 (12 years ago)
Author:
davidb
Message:

Improved reporting of what processing was undertaken, and other adjustments to make the scripts work on Cygwin under Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/gli-rsyntax-textarea/devel.bash

    r25584 r25684  
    55fulldir=${full_setup%/*}
    66fulldir=${fulldir%/.}
     7
     8if [ "x$GSDLOS" = "x" ] ; then
     9  export GSDLOS=`uname | sed 's/^cygwin.*$/cygwin/i' | sed 's/^mingw.*$/mingw/i'`
     10fi
    711
    812##source cascade-make/lib/cascade-lib.bash
Note: See TracChangeset for help on using the changeset viewer.