Skip to content

Commit

Permalink
Fixes coreybutler#41 - Issue with blank spaces in path
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
s-h-a-d-o-w committed Aug 3, 2018
1 parent 256d694 commit 44a2e1d
Showing 1 changed file with 731 additions and 702 deletions.
Loading

0 comments on commit 44a2e1d

Please sign in to comment.