Fix typo in vie_auto_test.gypi. I think we also need to

fix it so that errors aren't printed/returned when the
folder already exists.
Review URL: http://webrtc-codereview.appspot.com/24007

git-svn-id: http://webrtc.googlecode.com/svn/trunk@24 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tommi@google.com 2011-05-31 23:14:14 +00:00
parent 26184fc2c2
commit 78378444ec

View File

@ -152,7 +152,7 @@
],
'action': [
'cmd', '/c',
'mdkdir \\tmp\\vie_auto_test'
'mkdir \\tmp\\vie_auto_test'
],
},
{