WIP not -c configure
This commit is contained in:
parent
b7566eee70
commit
e8bd55dae2
|
@ -21,7 +21,6 @@ class WinBashConfigInfo(ConfigInfo):
|
||||||
@property
|
@property
|
||||||
def configure_wrapper(self):
|
def configure_wrapper(self):
|
||||||
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
yield "C:\\Program Files\\Git\\bin\\bash.exe"
|
||||||
yield "-c"
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def make_wrapper(self):
|
def make_wrapper(self):
|
||||||
|
|
Loading…
Reference in New Issue