WIP back to git bash.
This commit is contained in:
parent
c089d2eb7d
commit
d058f53c38
|
@ -20,14 +20,13 @@ class WinBashConfigInfo(ConfigInfo):
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def configure_wrapper(self):
|
def configure_wrapper(self):
|
||||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||||
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def make_wrapper(self):
|
def make_wrapper(self):
|
||||||
yield "C:\\msys64\\usr\\bin\\bash.exe"
|
# yield "C:\\msys64\\usr\\bin\\bash.exe"
|
||||||
# yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
yield "-c"
|
yield "-c"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in New Issue