diff options
Diffstat (limited to 'rlz/copy_files.bat')
-rw-r--r-- | rlz/copy_files.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 7d62e41..022c54f 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,9 +6,6 @@ setlocal set InputPath=%~1 set OutDir=%~2 -REM Remove this line when we start setting CHROMIUM_BUILD option on buildbots -set CHROMIUM_BUILD=_google_chrome - if NOT "%CHROMIUM_BUILD%" == "_google_chrome" goto END xcopy /R /C /Y %InputPath% %OutDir% |