gnucash-on-windows master: Use correct path to log file

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 8 12:57:22 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/05994d75 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/c9753c3d (commit)



commit 05994d75f96a3b81352133e923f5347f35e62d1e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Sep 8 18:57:14 2017 +0200

    Use correct path to log file

diff --git a/buildserver/build_package.ps1 b/buildserver/build_package.ps1
index c383e4f..f028dac 100644
--- a/buildserver/build_package.ps1
+++ b/buildserver/build_package.ps1
@@ -89,7 +89,7 @@ $log_unix = make-unixpath -path $log_file
 bash-command -command "echo $time_stamp > $log_unix"
 #copy the file to the download server so that everyone can see we've started
 if ($hostname) {
-    bash-command -command "scp $target_unix/$log_file $hostname/$log_dir/"
+    bash-command -command "scp $log_unix $hostname/$log_dir/"
 }
 
 # Update MinGW-w64



Summary of changes:
 buildserver/build_package.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list