Skip to content

Commit

Permalink
Point GLOBAL_DIR at the right directory.
Browse files Browse the repository at this point in the history
Inadvertently changed when I pushed from gcdev-maint on the build VM.
  • Loading branch information
jralls committed May 5, 2015
1 parent 1b6bce5 commit 8abd7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_win_dev.vbs
Expand Up @@ -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"), "\")
Expand Down

0 comments on commit 8abd7ec

Please sign in to comment.