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:
parent
26184fc2c2
commit
78378444ec
@ -152,7 +152,7 @@
|
||||
],
|
||||
'action': [
|
||||
'cmd', '/c',
|
||||
'mdkdir \\tmp\\vie_auto_test'
|
||||
'mkdir \\tmp\\vie_auto_test'
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user