1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Fix for Windows: do not run binaries from CWD

This fixes a bug on Windows where `Command::new` would also run
executables from the current working directory, possibly resulting in
accidental runs of programs called `less`.
This commit is contained in:
David Peter
2021-07-12 20:03:31 +02:00
committed by David Peter
parent 3617c98cf5
commit bf2b2df9c9
4 changed files with 41 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@ path_abs = { version = "0.5", default-features = false }
clircle = "0.3"
bugreport = "0.4"
dirs-next = { version = "2.0.0", optional = true }
grep-cli = "0.1.6"
[dependencies.git2]
version = "0.13"