Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #41 - Issue with blank spaces in path #355

Merged
merged 3 commits into from
Aug 11, 2018

Commits on Aug 3, 2018

  1. Fixes coreybutler#41 - Issue with blank spaces in path

    exec.Command() can't handle spaces, even when quoted.
    Command has to be modified using SysProcAttr.
    See also:
    golang/go#15566
    
    Plus: Minor refactoring - reordering of functions, more consistent capitalization, sorting of imports and whatnot.
    s-h-a-d-o-w committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    44a2e1d View commit details
    Browse the repository at this point in the history
  2. Fixes coreybutler#41 - Issue with blank spaces in path

    Forgot some uses of exec.Command() outside of the "use" command.
    s-h-a-d-o-w committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    ebdd4d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Configuration menu
    Copy the full SHA
    be7f20a View commit details
    Browse the repository at this point in the history