From de22baac2d4bd53d83985be7ee5dd3f6e289cc2b Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 19 Jun 2024 08:46:59 -0500 Subject: [PATCH] tweak the comments --- crates/nu-protocol/src/eval_const.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-protocol/src/eval_const.rs b/crates/nu-protocol/src/eval_const.rs index 60d0695fd5..abface951b 100644 --- a/crates/nu-protocol/src/eval_const.rs +++ b/crates/nu-protocol/src/eval_const.rs @@ -183,8 +183,8 @@ pub(crate) fn create_nu_constant(engine_state: &EngineState, span: Span) -> Valu // Create a system level directory for nushell scripts, modules, completions, etc // that can be changed by setting the NU_VENDOR_AUTOLOAD_DIR env var on any platform - // OR if NU_VENDOR_AUTOLOAD_DIR is not set for non-windows systems, the PREFIX env var - // can be used as PREFIX/nushell/vendor/autoload + // before nushell is compiled OR if NU_VENDOR_AUTOLOAD_DIR is not set for non-windows + // systems, the PREFIX env var can be set before compile and used as PREFIX/nushell/vendor/autoload record.push( "vendor-autoload-dir", // pseudo code