Explicitly call bash for docfx

pull/23/head
Eric Holscher 9 years ago
parent f7621c9bac
commit 3c89158662

@ -36,7 +36,7 @@ class DotNetSphinxMapper(SphinxMapperBase):
all_files.add(_file)
if all_files:
try:
command = ['docfx', 'metadata', '--raw', '--force']
command = ['bash', 'docfx', 'metadata', '--raw', '--force']
command.extend(all_files)
proc = subprocess.Popen(
command,

Loading…
Cancel
Save