From: gcmalloc Date: Fri, 5 Oct 2012 13:52:40 +0000 (+0200) Subject: removing extended globbing for the find utility X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=729baf58b2dc6c288b54a00331acef2e62cdbe85 removing extended globbing for the find utility --- diff --git a/Makefile b/Makefile index 9f8dc6d93..e44531527 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,6 @@ test: nosetests2 test/* clean: - rm **/*.pyc + find -name "*.pyc" -delete .PHONY: default compile update update-latest update-readme test clean