Ignore:
Timestamp:
2011-01-19T10:15:51+13:00 (13 years ago)
Author:
sjm84
Message:

Fixed a silly mistake that prevented the demo collection building correctly on Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r23609 r23610  
    324324                    <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/collect"/>
    325325                    <env key="GSDLOS" value="${os.shell}"/>
    326                     <env key="PATH" path="${basedir}/compiled/bin/${rk.os}:${basedir}/compiled/bin/script:${env.PATH}"/>
     326                    <env key="PATH" path="${basedir}/compiled/bin/${os.shell}:${basedir}/compiled/bin/script:${env.PATH}"/>
    327327                </exec>
    328328                <exec dir="${basedir}/compiled" executable="perl">
     
    332332                    <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/collect"/>
    333333                    <env key="GSDLOS" value="${os.shell}"/>
    334                     <env key="PATH" path="${basedir}/compiled/bin/${rk.os}:${basedir}/compiled/bin/script:${env.PATH}"/>
     334                    <env key="PATH" path="${basedir}/compiled/bin/${os.shell}:${basedir}/compiled/bin/script:${env.PATH}"/>
    335335                </exec>
    336336            </else>
Note: See TracChangeset for help on using the changeset viewer.