File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ copy /Y %root%\drop\clurun\win7-x64\azure.lx %root%\drop\clurun\osx.10.10-x64
42
42
copy /Y %root% \drop\clurun\win7-x64\msclu.cfg %root% \drop\clurun\osx.10.10-x64
43
43
44
44
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
47
47
echo Get-ChildItem %azuresh% ^ | ForEach-Object { > %temp% \fixLineEndings.ps1
48
48
echo $contents = [IO.File]::ReadAllText($_) -replace " `r`n?" , " `n" >> %temp% \fixLineEndings.ps1
49
49
echo [IO.File]::WriteAllText($_, $contents) >> %temp% \fixLineEndings.ps1
@@ -53,7 +53,7 @@ echo } >> %temp%\fixLineEndings.ps1
53
53
xcopy %root% \drop\clurun\win7-x64\pkgs %root% \drop\clurun\ubuntu.14.04-x64\pkgs /S /Q /I /Y
54
54
copy /Y %root% \drop\clurun\win7-x64\azure.lx %root% \drop\clurun\ubuntu.14.04-x64
55
55
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
57
57
58
58
REM , windows version also needs it for bash based testing
59
59
copy /Y %~dp0 \azure.win.sh %root% \drop\clurun\win7-x64\azure
You can’t perform that action at this time.
0 commit comments