From 8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 7 Nov 2012 10:35:39 -0500 Subject: trivial: -name first is faster due to no need for stat --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f5646b7..88c90b9b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CWD=$(shell pwd) -PY_FILES=$(shell find cloudinit bin tests tools -type f -name "*.py") +PY_FILES=$(shell find cloudinit bin tests tools -name "*.py" -type f ) PY_FILES+="bin/cloud-init" all: test -- cgit v1.2.1