cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / shfmt / install.ps1
index 29d262784c81f41e3a977aaaf921759ebaf543b3..7b4c44a8de1e873d3a777926b534ab05d9ea8ed7 100644 (file)
@@ -35,7 +35,7 @@ IF (!(Test-Path -Path "$pkg_src_cmd"))
         & tar xf "$pkg_download"
 
         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 ".\shfmt-*\shfmt.exe" -Destination "$pkg_src_bin"
 
     popd