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 test -e with wildcard arguments. #1503

Merged

Commits on Feb 8, 2017

  1. Fix test -e with wildcard arguments.

    The `test` command fails with multiple arguments when given a unary operator such as '-e'. Add a function that can test one or more files by looping over all files.
    marcusrbrown committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    3bbb166 View commit details
    Browse the repository at this point in the history