gnucash-on-windows master: Point GLOBAL_DIR at the right directory.

John Ralls jralls at code.gnucash.org
Tue May 5 17:00:49 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/8abd7ec1 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/1b6bce59 (commit)



commit 8abd7ec1ea5583200a799d0e4d01dbcbec2ca711
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue May 5 14:00:43 2015 -0700

    Point GLOBAL_DIR at the right directory.
    
    Inadvertently changed when I pushed from gcdev-maint on the build VM.

diff --git a/bootstrap_win_dev.vbs b/bootstrap_win_dev.vbs
index f169e38..00feb3f 100644
--- a/bootstrap_win_dev.vbs
+++ b/bootstrap_win_dev.vbs
@@ -47,7 +47,7 @@ myRegExp.Pattern = "/"
 If WScript.Arguments.Named.Exists("GLOBAL_DIR") Then
     GLOBAL_DIR = myRegExp.Replace (WScript.Arguments.Named.Item("GLOBAL_DIR"), "\")
 Else
-    GLOBAL_DIR = "c:\gcdev-maint"
+    GLOBAL_DIR = "c:\gcdev"
 End If
 If WScript.Arguments.Named.Exists("MINGW_DIR") Then
     MINGW_DIR = myRegExp.Replace (WScript.Arguments.Named.Item("MINGW_DIR"), "\")



Summary of changes:
 bootstrap_win_dev.vbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list