Skip to content

Commit

Permalink
fix #4032
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjnash committed Aug 12, 2013
1 parent de96875 commit 3134f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/git.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

function gitenv(cmd)
@windows_only begin
env = Dict(zip(ENV...)...)
env = Dict{ByteString,ByteString}(zip(ENV...)...)
env["HOME"] = ENV["USERPROFILE"]
cmd = setenv(cmd, env)
end
Expand Down

0 comments on commit 3134f78

Please sign in to comment.