Recognizing bash.exe as bash.

pull/433/head^2
Niklas Bergius 5 years ago
parent 6dd2119601
commit 73d242582a

@ -20,7 +20,7 @@ def cp(src, dest, dryrun=False):
def in_bash():
return get_shell() == 'bash'
return get_shell().startswith('bash')
def in_msysgit():

Loading…
Cancel
Save