mirror of https://gitee.com/bigwinds/arangodb
fixed path (dopple back-slash)
This commit is contained in:
parent
a7361dca7f
commit
531b7c5590
|
@ -319,7 +319,7 @@ void TRI_FixIcuDataEnv() {
|
|||
std::string p = TRI_LocateInstallDirectory();
|
||||
|
||||
if (!p.empty()) {
|
||||
std::string e = "ICU_DATA=" + p + "\\share\\arangodb\\";
|
||||
std::string e = "ICU_DATA=" + p + "share\\arangodb\\";
|
||||
e = StringUtils::replace(e, "\\", "\\\\");
|
||||
putenv(e.c_str());
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue