Used ripgrep to find and remove all lines with "& dir" in the "*.ps1" files.
[webi-installers/.git] / fzf / install.ps1
index 6360ede3ff8a75114c1c59ac4c5cbe5c4b974a0e..af36033e91fa6756dd5ce94fc5069d58328fd18e 100644 (file)
@@ -28,7 +28,7 @@ IF (!(Test-Path -Path "$Env:USERPROFILE\.local\xbin\$VERNAME"))
         & tar xf "$Env:USERPROFILE\Downloads\$Env:WEBI_PKG_FILE"
         # Move single binary into root of temporary folder
         & move "$EXENAME" "$VERNAME"
-        & dir
+       
 
         # Settle unpacked archive into place
         echo "New Name: $VERNAME"