Skip to content

Commit 624c83d

Browse files
committed
Renamed azure.sh to azure on Ubuntu and Mac
1 parent c9d5165 commit 624c83d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/CLU/BuildAndInstallClu.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ copy /Y %root%\drop\clurun\win7-x64\azure.lx %root%\drop\clurun\osx.10.10-x64
4242
copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\osx.10.10-x64
4343

4444
REM: copy over the pre-cooked azure.sh and ensure correct line endings
45-
copy /Y %~dp0\azure.sh %root%\drop\clurun\osx.10.10-x64
46-
set azuresh=%root%\drop\clurun\osx.10.10-x64\azure.sh
45+
copy /Y %~dp0\azure.sh %root%\drop\clurun\osx.10.10-x64\azure
46+
set azuresh=%root%\drop\clurun\osx.10.10-x64\azure
4747
echo Get-ChildItem %azuresh% ^| ForEach-Object { > %temp%\fixLineEndings.ps1
4848
echo $contents = [IO.File]::ReadAllText($_) -replace "`r`n?", "`n" >> %temp%\fixLineEndings.ps1
4949
echo [IO.File]::WriteAllText($_, $contents) >> %temp%\fixLineEndings.ps1
@@ -53,7 +53,7 @@ echo } >> %temp%\fixLineEndings.ps1
5353
xcopy %root%\drop\clurun\win7-x64\pkgs %root%\drop\clurun\ubuntu.14.04-x64\pkgs /S /Q /I /Y
5454
copy /Y %root%\drop\clurun\win7-x64\azure.lx %root%\drop\clurun\ubuntu.14.04-x64
5555
copy /Y %root%\drop\clurun\win7-x64\msclu.cfg %root%\drop\clurun\ubuntu.14.04-x64
56-
copy /Y %azuresh% %root%\drop\clurun\ubuntu.14.04-x64
56+
copy /Y %azuresh% %root%\drop\clurun\ubuntu.14.04-x64\azure
5757

5858
REM, windows version also needs it for bash based testing
5959
copy /Y %~dp0\azure.win.sh %root%\drop\clurun\win7-x64\azure

0 commit comments

Comments
 (0)