Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
[webi-installers/.git] / _example / install.ps1
index ad1376e4f6b471c121ef9aed06f312be6945f4ed..9a2744e8c668f54cf783d57379011df5a24fc600 100644 (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"