config_paths: remove a comment

I'm not sure if setting PROGRAM_NAME based on argv[0] is a good idea.
This commit is contained in:
Johannes Altmanninger
2025-09-06 15:12:04 +02:00
parent 6cddceb37a
commit b4697231d7

View File

@@ -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")) {