Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
[webi-installers/.git] / lsd / install.ps1
index bac24ff95d08d77df5b719e27fd9dfe3f723ad6b..15c3124bc2aa8980f9963a0ba118932c96fde433 100644 (file)
@@ -42,7 +42,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"