Commit bda0503b authored by dpranke@chromium.org's avatar dpranke@chromium.org

change -delete to -exec rm {} \;

TBR=maruel@chromium.org
BUG=
TEST=

Review URL: http://codereview.chromium.org/8073008

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@103214 0039d316-1c4b-4281-b951-d872f2087c98
parent ce69514a
......@@ -95,4 +95,4 @@ then
fi
fi
find "$base_dir" -iname "*.pyc" -delete
find "$base_dir" -iname "*.pyc" -exec rm {} \;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment