use --null since we print0

This commit is contained in:
Paul Querna
2013年09月20日 17:37:39 +00:00
parent d1d020bed7
commit 8a2a634426

View File

@@ -24,7 +24,7 @@ lint:
clean:
find . -name '*.pyc' -delete
find . -name '.coverage' -delete
find . -name '_trial_coverage' -print0 | xargs rm -rf
find . -name '_trial_temp' -print0 | xargs rm -rf
find . -name '_trial_coverage' -print0 | xargs --null rm -rf
find . -name '_trial_temp' -print0 | xargs --null rm -rf
rm -rf dist build *.egg-info
Reference in New Issue
openstack/ironic-python-agent
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.