cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / watchexec / install.ps1
index bdc6765bc5a3a0f8d0ed079e8d196ce2b825b068..375e786202cb59c2401d42384ee3c142b6cb4e6e 100644 (file)
@@ -43,7 +43,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 ".\watchexec-*\watchexec.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp