Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Cannot build brackets with spaces in pathnames #7181

@JeffryBooher

Description

@JeffryBooher

The default git folders on Windows XP are located under C:\Documents and Settings\My Documents\GitHub\

The spaces in the paths cause the grunt script to choke on the unzip command
"Error: Command failed: unzip: cannot find either c:/documents or c:/documents.zip"

On Windows, the command processor will separate args sent to commands with a space or comma. The way around this is to quote the arguments with spaces or commas.

This could be a problem just by cloning into a folder name that has spaces in its name, however. This doesn't fail on Vista and later because the My Documents folder was changed to "C:\Users\Documents"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions