ICU-9584 Fixed PATH environment issue in icucheck.bat.

X-SVN-Rev: 32388
This commit is contained in:
Yoshito Umaoka 2012-09-14 22:19:54 +00:00
parent afbf770237
commit aa6b32be4a

View file

@ -1,7 +1,7 @@
@echo off
REM ********************************************************************
REM * COPYRIGHT:
REM * Copyright (c) 2010-2011, International Business Machines Corporation
REM * Copyright (c) 2010-2012, International Business Machines Corporation
REM * and others. All Rights Reserved.
REM ********************************************************************
@ -22,11 +22,10 @@ set ICU_OPATH=%PATH%
set ICU_ICUDIR="%~f0"\..\..\..
set ICU_BINDIR=%ICU_ICUDIR%\bin
if "%ICU_ARCH%" == "x64" (
set ICU_BINDIR=%ICU_ICUDIR%\bin64
set ICU_BINDIR=%~f0\..\..\..\bin64
) else (
set ICU_BINDIR=%~f0\..\..\..\bin
)
set PATH=%ICU_BINDIR%;%PATH%