Changeset 32152 for main


Ignore:
Timestamp:
2018-02-26T17:14:30+13:00 (6 years ago)
Author:
ak19
Message:

Fixing windows command.

File:
1 edited

Legend:

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

    r32049 r32152  
    684684
    685685    <if><bool><istrue value="${current.os.iswindows}"/></bool>
    686       <exec executable="set" dir="${basedir}" failonerror="false" output="environment.txt" append="true">     
     686      <exec executable="cmd" dir="${basedir}" failonerror="false" output="environment.txt" append="true">     
    687687    <arg value="/c" />
    688688    <arg value="set" />
Note: See TracChangeset for help on using the changeset viewer.