]> git.saurik.com Git - wxWidgets.git/commit
Suppress error output from Unix system information functions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Mar 2013 02:55:31 +0000 (02:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Mar 2013 02:55:31 +0000 (02:55 +0000)
commit8ea079b33ed5dc9345fbfe0aae33db2276b68724
tree358a6d9cdbf17ac662a0cf6f011e6a00fd688a6b
parent7f4f8a78890aa22c370205bb7ee65b5fe8bc5c9c
Suppress error output from Unix system information functions.

Redirect stderr to /dev/null in wxGetCommandOutput() to avoid errors from the
shell if the command we're trying to run doesn't exist.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/unix/utilsunx.cpp