We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4131822 commit 888cb87Copy full SHA for 888cb87
deps/build.jl
@@ -64,7 +64,7 @@ else
64
try
65
# this is in a try because some environments like centos 7
66
# docker containers don't have `which` installed by default
67
- gitpath = readchomp(is_windows() ? `where git` : `which git`)
+ gitpath = chomp(readlines(is_windows() ? `where git` : `which git`)[1])
68
gitcmd = `$gitpath`
69
end
70
info("Using $gitver found on path" * (gitcmd == `git` ?
0 commit comments