diff --git a/src/util/lean_path.cpp b/src/util/lean_path.cpp index 15742768b..ffc9a4ca1 100644 --- a/src/util/lean_path.cpp +++ b/src/util/lean_path.cpp @@ -125,9 +125,9 @@ void init_lean_path(bool use_hott) { #else char * r = nullptr; if (use_hott) - r = getenv("LEAN_PATH"); - else r = getenv("HLEAN_PATH"); + else + r = getenv("LEAN_PATH"); if (r == nullptr) { std::string exe_path = get_path(get_exe_location()); if (use_hott)