contrib/install-windows-dependencies.ps1
branchstable
changeset 47811 fb7d17496aca
parent 47202 0de5eefbe4b2
child 47812 7f220c6f3c81
--- a/contrib/install-windows-dependencies.ps1	Fri Jul 23 10:47:12 2021 +0200
+++ b/contrib/install-windows-dependencies.ps1	Mon Aug 09 19:24:46 2021 -0400
@@ -91,6 +91,8 @@
 }
 
 function Invoke-Process($path, $arguments) {
+    echo "$path $arguments"
+
     $p = Start-Process -FilePath $path -ArgumentList $arguments -Wait -PassThru -WindowStyle Hidden
 
     if ($p.ExitCode -ne 0) {