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