cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / _example / install.ps1
index 8ecff300253f86604b45356b44b7795cb2708b79..c3547e350716d2fa772aca515298eb3ec827fc63 100644 (file)
@@ -49,7 +49,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 ".\foobar-*\foo.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp