Skip to content

Commit

Permalink
Revert "Eliminate "Directory not empty" errors"
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone committed Mar 5, 2016
1 parent 88b8d76 commit 65d1420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/clean-launch.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
find /src -depth \( -name __pycache__ -o -name '*.pyc' \) -print0 | xargs -0 rm -rf
find /src \( -name __pycache__ -o -name '*.pyc' \) -delete
exec "$@"

0 comments on commit 65d1420

Please sign in to comment.