09e8b1455633c3fefe33e3aeeb129fd4bf4ec205
This patch replaces PowerShell aliases for their real commands, see https://blogs.technet.microsoft.com/heyscriptingguy/2012/04/21/when-you-should-use-powershell-aliases/ For example; - use `Get-Location` instead of `pwd` - use `Set-Location` instead of `cd` - use `ForEach-Object` instead of the `%` shorthand - use `Write-Output` instead of `echo` Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6130c89ccec5262c25b91b3226a6ef2240bfde3b) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 4f0911d9122bf73d7efb90a50444cd6e52a09a96 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%