git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43120 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -141,6 +141,9 @@ class PreprocessorParser(object):
self.cparser.handle_status(cmd)
+ if sys.platform == 'win32':
+ cmd = ['sh.exe', '-c', cmd]
+
pp = subprocess.Popen(cmd,
shell = True,
stdout = subprocess.PIPE,