]> git.saurik.com Git - wxWidgets.git/commitdiff
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)
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


No differences found