Some cleaning

This commit is contained in:
jimmyfraiture
2025-09-10 18:49:47 -07:00
parent 51d9e05de7
commit c1db1eaa9c
5 changed files with 2 additions and 26 deletions

View File

@@ -88,7 +88,7 @@ impl ExecvChecker {
let mut program = valid_exec.program.to_string();
for system_path in valid_exec.system_path {
if is_executable_file(&system_path) {
program = system_path.to_string();
program = system_path;
break;
}
}