From: Abhinav Gupta Date: Tue, 20 Sep 2011 18:46:01 +0000 (+0000) Subject: ICU-8838 added quotes to directory path. X-Git-Tag: milestone-59-0-1~4498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63e25666adb92b7d93dc3f00154d40be7e007c29;p=icu ICU-8838 added quotes to directory path. X-SVN-Rev: 30701 --- diff --git a/icu4c/source/allinone/icucheck.bat b/icu4c/source/allinone/icucheck.bat index 1b8d9f2b415..97f5eba6ef0 100644 --- a/icu4c/source/allinone/icucheck.bat +++ b/icu4c/source/allinone/icucheck.bat @@ -20,7 +20,7 @@ exit /b 1 set ICU_OPATH=%PATH% -set ICU_ICUDIR=%~f0\..\..\.. +set ICU_ICUDIR="%~f0"\..\..\.. set ICU_BINDIR=%ICU_ICUDIR%\bin