From 66baf56601f4fc1e8f5f2863d227283954b73a77 Mon Sep 17 00:00:00 2001 From: Kato Kazuyoshi Date: Fri, 21 Mar 2014 14:31:39 +0900 Subject: [PATCH] Unlike GNU find, FreeBSD's find needs a path before an expression Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi (github: kzys) --- hack/make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/make.sh b/hack/make.sh index c78671ae7c..f3264c9ce3 100755 --- a/hack/make.sh +++ b/hack/make.sh @@ -152,7 +152,7 @@ go_test_dir() { # holding certain files ($1 parameter), and prints their paths on standard # output, one per line. find_dirs() { - find -not \( \ + find . -not \( \ \( \ -wholename './vendor' \ -o -wholename './integration' \