GetComponents fails if the target path contains a space

Issue #1972 closed
Roland Haas created an issue

The following fails:

mkdir "Google Drive"
cd "Google Drive"
GetComponents https://bitbucket.org/einsteintoolkit/manifest/raw/ET_2016_05/einsteintoolkit.th

since the git handler (at least) does not properly quote the arguments it passes to git and git complains about too many arguments.

Related to this: GetComponents does not output stderr for failed commands and it likely should (this may involve interfacing with Perl's IPC module).

Keyword:

Comments (6)

  1. Log in to comment