mirror of https://github.com/celery/kombu.git
Fixes removepyc script
This commit is contained in:
parent
92148ac03c
commit
5b2404ab0b
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
(cd "{$1:-.}";
|
||||
(cd "${1:-.}";
|
||||
find . -name "*.pyc" | xargs rm -- 2>/dev/null) || echo "ok"
|
||||
|
|
Loading…
Reference in New Issue