X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd diff --git a/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd b/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd index 72ab16a..4e5ccc5 100644 --- a/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd +++ b/JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd @@ -1,4 +1,4 @@ -%SystemDrive%\cygwin\bin\which.exe perl +%SystemDrive%\cygwin\bin\which.exe perl >nul 2>nul if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH% cmd /c if exist "%CONFIGURATIONBUILDDIR%\buildfailed" perl -wnle "if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }" "%CONFIGURATIONBUILDDIR%\buildfailed"