-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by BigBoss1964:
What steps will reproduce the problem? 1. Clone the repo to a location with spaces in the path, e.g. %UserProfile% on an English install of XP. 2. Set GOOS, GOARCH, and GOROOT_FINAL 3. run all.bash What is the expected output? A successful build of go. What do you see instead? Suspicious $GOROOT '/C/Documents': does not match current directory.' Which operating system are you using? Windows XP (NT5.1) SP3 with MSYS-1.0.11 Build:2009-07-11. GOOS=windows GOARCH=386 Which revision are you using? (hg identify) 1b4c77a599c3+ tip Please provide any additional information below. It's due to missing quotes on line 18 of env.bash. I've added them and attached is the output of hg diff.
Attachments:
- env.bash.diff (470 bytes)