Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.

This commit is contained in:
oguztecirlioglu
2020-09-17 17:34:03 +01:00
parent 30fd0a3950
commit fa753e15b9
9 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
# Windows BSD-tar handles zip. Imagine that.
echo "Unpacking $pkg_download"
& tar xf "$pkg_download"
& dir
# Settle unpacked archive into place
echo "Install Location: $pkg_src_cmd"