]> git.donarmstrong.com Git - lilypond.git/commit
Use g_spawn_sync () instead of system (). Fixes #1429.
authorJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jan 2011 14:02:31 +0000 (15:02 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Fri, 21 Jan 2011 14:02:31 +0000 (15:02 +0100)
commit11d5b22d4eb69696b43e576db3d16793dd166d93
tree3bce9579167b76bceaf38fa19ba9ff0daff42949
parent676dd9eed5f81540f71c3e3e55666c60f7af36ac
Use g_spawn_sync () instead of system ().  Fixes #1429.

Avoid the opening of a DOS box, console window, command window or
power shell during PostScript to PDF conversion on some versions of
Microsoft Windows [with GUB 6976be5 or newer].

Bypass the shell, thus avoiding quoting (think spaces or other special
characters in a file name), mangling and shell-incompatibilities.
lily/general-scheme.cc
lily/include/lily-guile.hh
lily/lily-guile.cc
scm/backend-library.scm
scm/framework-ps.scm
scm/ps-to-png.scm