set shell var
This commit is contained in:
parent
b1322547ea
commit
15bf9f63f6
|
@ -50,4 +50,5 @@ class WinBashConfigInfo(ConfigInfo):
|
|||
def get_env(self):
|
||||
env = super().get_env()
|
||||
env["PATH"] += ["C:\\msys64\\usr\\bin"]
|
||||
env["SHELL"] = "C:\\Windows\\System32\\bash.exe"
|
||||
return env
|
||||
|
|
Loading…
Reference in New Issue