Skip to content

Commit

Permalink
Fix "find" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Mar 12, 2024
1 parent 07ec3d8 commit 6419832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/debian-ppa/imp.prerm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find /usr/lib/python3.*/dist-packages/IMP -name __pycache__ -depth -exec rm -rf \{\} \; 2>/dev/null
find /usr/lib/python3.*/dist-packages/IMP -depth -name __pycache__ -exec rm -rf \{\} \;

0 comments on commit 6419832

Please sign in to comment.