Skip to content

[No issue] Fix UTF-8 compilation

Sam Habiel requested to merge shabiel/YDBEncrypt:fix-utf8-compilation into master

Per discussion here, the ydb_icu_version was actually never set properly. This is because, using env X=Y && env A=B is syntatically incorrect shell syntax. The correct syntax is env X=Y A=B.

YottaDB/DB/YDB!1144 (comment 860166646)

Also, when this was tested, it was found that we need to preserve ydb_icu_version when running sudo.

Edited by Sam Habiel

Merge request reports