mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Don't compile nsinit
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
acb9f156fd
commit
3986bc659b
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ find_dirs() {
|
||||||
-o -wholename './.git' \
|
-o -wholename './.git' \
|
||||||
-o -wholename './bundles' \
|
-o -wholename './bundles' \
|
||||||
-o -wholename './docs' \
|
-o -wholename './docs' \
|
||||||
|
-o -wholename './pkg/libcontainer/nsinit' \
|
||||||
\) \
|
\) \
|
||||||
-prune \
|
-prune \
|
||||||
\) -name "$1" -print0 | xargs -0n1 dirname | sort -u
|
\) -name "$1" -print0 | xargs -0n1 dirname | sort -u
|
||||||
|
|
Loading…
Add table
Reference in a new issue