Skip to content

Commit

Permalink
Unlike GNU find, FreeBSD's find needs a path before an expression
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Kato Kazuyoshi <kato.kazuyoshi@gmail.com> (github: kzys)
  • Loading branch information
kzys committed Apr 9, 2014
1 parent 18bea24 commit 66baf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make.sh
Expand Up @@ -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' \
Expand Down

0 comments on commit 66baf56

Please sign in to comment.