mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
config_paths: fix comment
This commit is contained in:
2
src/env/config_paths.rs
vendored
2
src/env/config_paths.rs
vendored
@@ -32,7 +32,7 @@
|
||||
);
|
||||
// TODO: we should determine program_name from argv0 somewhere in this file
|
||||
|
||||
// Detect if we're running right out of the CMAKE build directory
|
||||
// If we're in Cargo's target directory or CMake's build directory, use the source files.
|
||||
if exec_path.starts_with(env!("FISH_BUILD_DIR")) {
|
||||
let workspace_root = workspace_root();
|
||||
FLOG!(
|
||||
|
||||
Reference in New Issue
Block a user