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

fix arguments for commands in _process_posix #989

Closed
wants to merge 1 commit into from

Commits on Nov 10, 2011

  1. fix arguments for commands in _process_posix

    quotations marks could trivially break the command parsing. This has been
    fixed by using the `args` kwarg, rather than trying to stuff it all into
    one string.
    
    previously-failing tests added
    minrk committed Nov 10, 2011
    Configuration menu
    Copy the full SHA
    9ad8182 View commit details
    Browse the repository at this point in the history