diff options
| author | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:35:39 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:35:39 -0500 |
| commit | 8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69 (patch) | |
| tree | c109079bc1d3847dc06c9bc5780c19a3cbdb4636 | |
| parent | aa8b51a48a30e3a3c863ca0ddb8bc4667026d57a (diff) | |
| download | vyos-cloud-init-8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69.tar.gz vyos-cloud-init-8b677bc80a39a0eb1a3cc7989c6bffb959fc7a69.zip | |
trivial: -name first is faster due to no need for stat
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
