]> git.saurik.com Git - wxWidgets.git/commit
Add missing space to fix r73681 changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Mar 2013 15:43:32 +0000 (15:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 19 Mar 2013 15:43:32 +0000 (15:43 +0000)
commit82e8b0ad6c74e1bc6cf534348304e82beb898ecf
treeb2bb8379081994415b34e17333b7c410167e8596
parentbceb01f728c7f3ca872cee1864f3fad29ecd4cfb
Add missing space to fix r73681 changes.

We need a space between the command and stderr redirection to avoid the "2"
from being taken as part of the last option on the command line.

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