]> git.lyx.org Git - lyx.git/blobdiff - lib/configure.py
Finnish layouttranslations, checked by Hannu Vuolasaho.
[lyx.git] / lib / configure.py
index f88d51966ac1d5b3f234c05c8a19d56298d7805e..e9c83ee27649e9863329199111066b5c03c84858 100644 (file)
@@ -62,7 +62,7 @@ def cmdOutput(cmd):
     '''
     if os.name == 'nt':
         b = False
-        cmd = 'cmd /d /c ' + cmd
+        cmd = 'cmd /d /c pushd ' + os.getcwd() + '&' + cmd
     else:
         b = True
     pipe = subprocess.Popen(cmd, shell=b, close_fds=b, stdin=subprocess.PIPE, \