[F] Fix #379
This commit is contained in:
parent
4e9c510240
commit
02c64ef281
2 changed files with 6 additions and 3 deletions
|
|
@ -438,6 +438,7 @@ where
|
|||
debug!(?ff_path, "fastfetch path");
|
||||
|
||||
let mut command = Command::new(ff_path);
|
||||
command.env("FFTS_IGNORE_PARENT", "1");
|
||||
command.args(args);
|
||||
Ok(command)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue