mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-11 19:04:50 +01:00
The Git Bash needs an additional directory in the PATH
This commit is contained in:
parent
8d333ce56a
commit
c7445483dc
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ func run_async_thread(shell_command):
|
|||
|
||||
var env = {}
|
||||
env["HOME"] = game.tmp_prefix
|
||||
env["PATH"] = game.tmp_prefix+":/usr/bin:/bin"
|
||||
env["PATH"] = game.tmp_prefix+":/usr/bin:/bin:/mingw64/bin/"
|
||||
|
||||
|
||||
var hacky_command = ""
|
||||
for variable in env:
|
||||
|
|
Loading…
Reference in a new issue