cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / lsd / install.ps1
index bc74e442f192ba81222000ebd1b58a8c9f15636d..4867b5461e795160dc1279da86a869460a0b4d59 100644 (file)
@@ -46,7 +46,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
 
         # Settle unpacked archive into place
         echo "Install Location: $pkg_src_cmd"
-        New-Item "$pkg_src_bin" -ItemType Directory -Force
+        New-Item "$pkg_src_bin" -ItemType Directory -Force | out-null
         Move-Item -Path ".\lsd-*\lsd.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp