Fix: if errorlevel 0 is almost always true (#5308)
authorJames Ko <jamesqko@gmail.com>
Mon, 30 May 2016 17:36:10 +0000 (13:36 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 30 May 2016 17:36:10 +0000 (10:36 -0700)
commit99311238763b43488006f473cf2892b574287579
treeb6475b2a7512bf483ddaef98702d454db1163830
parent469c1339c9146e89e909eb201c82fe737c8d1081
Fix: if errorlevel 0 is almost always true (#5308)

Explanation: if errorlevel n actually tests if the errorlevel is
greater than or equal to n. See: http://ss64.com/nt/if.html
build.cmd