common/i18n.py
branch3.5
changeset 3202 241ae91e9ab7
parent 3118 9e7a155bc4e5
child 3230 1d25e928c299
child 3275 5247789df541
--- a/common/i18n.py	Fri Sep 11 18:49:48 2009 +0200
+++ b/common/i18n.py	Mon Sep 14 09:37:14 2009 +0200
@@ -45,7 +45,7 @@
     """
     print cmd.replace(os.getcwd() + os.sep, '')
     from subprocess import call
-    status = call(cmd)
+    status = call(cmd, shell=True)
     if status != 0:
         raise Exception('status = %s' % status)