Skip to content

Commit

Permalink
Merge pull request #63 from hamcrest/revert-59-eliminate_clean-launch…
Browse files Browse the repository at this point in the history
…_directory_not_empty_errors

Revert "Eliminate "Directory not empty" errors"
  • Loading branch information
offbyone committed Mar 5, 2016
2 parents 88b8d76 + 65d1420 commit 6b96955
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 6b96955

Please sign in to comment.