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

Use correct exit code on invalid aquery --output #13660

Commits on Jul 9, 2021

  1. Use correct exit code on invalid aquery --output

    Currently this exits 0, which is dangerous - scripts may assume a query
    succeeded with no results, where actually it never ran.
    
    Instead, properly exit with exit code 2.
    illicitonion committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    ea7b644 View commit details
    Browse the repository at this point in the history