diff --git a/update_depot_tools b/update_depot_tools index bd20609d9..48a8b739c 100755 --- a/update_depot_tools +++ b/update_depot_tools @@ -152,7 +152,7 @@ then fi fi -find "$base_dir" -iname "*.pyc" -exec rm {} \; +find "$base_dir" -iname "*.pyc" -exec rm -f {} \; # Initialize/update virtualenv. cd $base_dir