Ignore:
Timestamp:
2014-09-30T15:42:43+13:00 (10 years ago)
Author:
ak19
Message:

Fix to the write-env target used for debugging, so that it now actually works on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r29341 r29343  
    624624
    625625    <if><bool><istrue value="${current.os.iswindows}"/></bool>
    626       <exec executable="set" dir="${basedir}" failonerror="false" output="environment.txt" append="true" />     
     626      <exec executable="set" dir="${basedir}" failonerror="false" output="environment.txt" append="true">     
     627    <arg value="/c" />
     628    <arg value="set" />
     629      </exec>
    627630      <else>
    628631    <exec executable="env" dir="${basedir}" failonerror="false" output="environment.txt" append="true" />
Note: See TracChangeset for help on using the changeset viewer.