Changeset 29368


Ignore:
Timestamp:
2014-10-14T17:43:07+13:00 (10 years ago)
Author:
Jeremy Symon
Message:

calling rke.bat instead of just running it allowed create-expeditee.bat to continue and do cleanup after it terminated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/expeditee-release-kits/create-expeditee.bat

    r29232 r29368  
    3737if not exist expeditee\rke-build.properties copy C:\Research\Nightly\tools\expeditee-release-kits\rke-build.properties.in expeditee\rke-build.properties
    3838pushd expeditee
    39 rke
    40 :: It doesn't reach here for some reason
    41 ::popd
    42 ::cd %currentdir%
    43 ::echo ************** HERE I AM
     39call rke
    4440
    4541:end
     42
     43cd %currentdir%
    4644endlocal
     45::exit
Note: See TracChangeset for help on using the changeset viewer.