]> 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)
committerRichard Heck <rgheck@lyx.org>
Thu, 18 Aug 2016 21:00:55 +0000 (17:00 -0400)
commit93003eee165f7e98aa7486acbec9b175f7a30ff2
tree712714b6868df630429ed8ece440e7cd6ab4c73a
parent1a89f89337413adb6188e6265c6e1c49e0969f65
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

(cherry picked from commit fb46b3a1ee642b66b9712c6f376f543c47a2695e)
src/support/filetools.cpp
status.22x