diff --git a/tools/CLU/BuildAndInstallClu.bat b/tools/CLU/BuildAndInstallClu.bat index 9b1c506c0c93..8bbe50550bdb 100644 --- a/tools/CLU/BuildAndInstallClu.bat +++ b/tools/CLU/BuildAndInstallClu.bat @@ -42,8 +42,8 @@ copy /Y %root%\drop\clurun\win7-x64\azure.lx %root%\drop\clurun\osx.10.10-x64 copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\osx.10.10-x64 REM: copy over the pre-cooked azure.sh and ensure correct line endings -copy /Y %~dp0\azure.sh %root%\drop\clurun\osx.10.10-x64 -set azuresh=%root%\drop\clurun\osx.10.10-x64\azure.sh +copy /Y %~dp0\azure.sh %root%\drop\clurun\osx.10.10-x64\azure +set azuresh=%root%\drop\clurun\osx.10.10-x64\azure echo Get-ChildItem %azuresh% ^| ForEach-Object { > %temp%\fixLineEndings.ps1 echo $contents = [IO.File]::ReadAllText($_) -replace "`r`n?", "`n" >> %temp%\fixLineEndings.ps1 echo [IO.File]::WriteAllText($_, $contents) >> %temp%\fixLineEndings.ps1 @@ -53,7 +53,7 @@ echo } >> %temp%\fixLineEndings.ps1 xcopy %root%\drop\clurun\win7-x64\pkgs %root%\drop\clurun\ubuntu.14.04-x64\pkgs /S /Q /I /Y copy /Y %root%\drop\clurun\win7-x64\azure.lx %root%\drop\clurun\ubuntu.14.04-x64 copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\ubuntu.14.04-x64 -copy /Y %azuresh% %root%\drop\clurun\ubuntu.14.04-x64 +copy /Y %azuresh% %root%\drop\clurun\ubuntu.14.04-x64\azure REM, windows version also needs it for bash based testing copy /Y %~dp0\azure.win.sh %root%\drop\clurun\win7-x64\azure