cleanup: */install.ps1 add out-null to all New-Item calls
[webi-installers/.git] / arc / install.ps1
index f29c4430252d494857b0c15b13b72935aed7fad3..4d4343a6c7c84a3b87fcde07c314b7dcc4564e32 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 "arc.exe" -Destination "$pkg_src_bin"
 
     # Exit tmp