Changeset 29970 for other-projects


Ignore:
Timestamp:
2015-06-08T15:00:37+12:00 (9 years ago)
Author:
davidb
Message:

Additional test added to do the right thing on Cygwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/INSTALL.sh

    r29962 r29970  
    4141/bin/cp -r main-form/svg-edit-local/extensions/* main-form/svg-edit-trunk/editor/extensions/.
    4242
     43docBase=`pwd`
     44cygpath -h > /dev/null
     45if [ $? == 0 ] ; then
     46    docBase=`cygpath -w $docBase`
     47fi
    4348
    4449echo "<Context path=\"/nz-flag-design\""         > "$config_file"
    4550echo "  useHttpOnly=\"false\""                   >> "$config_file"
    46 echo "  docBase=\""`pwd`"\""                     >> "$config_file"
     51echo "  docBase=\"$docBase\""                    >> "$config_file"
    4752echo "  debug=\"1\" reloadable=\"true\""         >> "$config_file"
    4853echo "  allowLinking=\"true\">"                  >> "$config_file"
Note: See TracChangeset for help on using the changeset viewer.