From b4697231d7b4b0af2cf1e128a7796add161cc8ba Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 6 Sep 2025 15:12:04 +0200 Subject: [PATCH] config_paths: remove a comment I'm not sure if setting PROGRAM_NAME based on argv[0] is a good idea. --- src/env/config_paths.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/env/config_paths.rs b/src/env/config_paths.rs index 69624b568..f8c180e38 100644 --- a/src/env/config_paths.rs +++ b/src/env/config_paths.rs @@ -95,7 +95,6 @@ fn new(argv0: &Path, exec_path: PathBuf) -> Self { config, format!("exec_path: {:?}, argv[0]: {:?}", exec_path, &argv0) ); - // TODO: we should determine program_name from argv0 somewhere in this file // 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")) {