common/hlm.bat
author Simon Howkins <simonh@symbian.org>
Mon, 15 Feb 2010 15:22:33 +0000
changeset 898 79766bc6c419
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Added error correction, so if a cache repository is corrupted in some way, then it will by-pass it, and try to recover it, or delete it.

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal