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

Allow empty paths, making life easier on BSD-type systems #144

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

itkovian
Copy link
Contributor

Typically, one can use xargs to pass the PATHs of changed files. On systems with non-GNU xargs, there is no way to cancel the command when an empty list is provided (-r is a GNU-only extension).

This PR addresses this, allowing the command to run without files to check.

@ned21 ned21 added this to the 10.4 milestone Mar 14, 2017
@jrha jrha merged commit 436332d into quattor:master Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants