gnucash-on-windows master: Pass target_unix to git, it loses dos-style path separators.

John Ralls jralls at code.gnucash.org
Sat Sep 30 13:54:08 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/33cb4b1a (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/8b300c51 (commit)



commit 33cb4b1a29d9797ef50ed723288df75675034511
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 30 10:53:26 2017 -0700

    Pass target_unix to git, it loses dos-style path separators.

diff --git a/setup-mingw64.ps1 b/setup-mingw64.ps1
index e00764a..8091fcc 100644
--- a/setup-mingw64.ps1
+++ b/setup-mingw64.ps1
@@ -253,7 +253,7 @@ if (!(test-path -path "$target_dir\\src")) {
   New-Item $target_dir\\src -type directory
 }
 if (!(test-path -path "$target_dir\\src\\gnucash-on-windows.git")) {
-  bash-command -command "git clone https://github.com/gnucash/gnucash-on-windows.git $target_dir/src/gnucash-on-windows.git"
+  bash-command -command "git clone https://github.com/gnucash/gnucash-on-windows.git $target_unix/src/gnucash-on-windows.git"
 }
 if (!(test-path -path "$target_dir\\src\\gnucash-on-windows.git")) {
    write-host "Failed to clone the gnucash-on-windows repo, exiting."



Summary of changes:
 setup-mingw64.ps1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list