]> git.lyx.org Git - features.git/commit
Fix exit code from runCommand on Windows
authorEnrico Forestieri <forenr@lyx.org>
Wed, 17 Aug 2016 20:58:13 +0000 (22:58 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 17 Aug 2016 20:58:13 +0000 (22:58 +0200)
commitfb46b3a1ee642b66b9712c6f376f543c47a2695e
tree4a109ff1399e6551b5b2e3d1d6bd466654c7a69e
parent2a371bb4b3235462ea6632d31d50ee447933bef8
Fix exit code from runCommand on Windows

On Windows, runCommand has never returned the exit code of the
spawned process but the result of correctly closing the input handle.

Fixes #10327
src/support/filetools.cpp