mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
use proper null in script and not mispelled nul
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
parent
657b33805e
commit
bd582fa474
@ -208,7 +208,7 @@ buildtool-%: getbuilder
|
|||||||
$(eval TARGETIMAGE=$(call toolimagehash,$*))
|
$(eval TARGETIMAGE=$(call toolimagehash,$*))
|
||||||
$(eval KERNELIMAGE=$(call toolkernelimage,$*))
|
$(eval KERNELIMAGE=$(call toolkernelimage,$*))
|
||||||
$(eval TOOL=$(call toolname,$*))
|
$(eval TOOL=$(call toolname,$*))
|
||||||
([ -z "$(FORCE)" ] && docker manifest inspect $(TARGETIMAGE) >/dev/nul 2>&1) || \
|
([ -z "$(FORCE)" ] && docker manifest inspect $(TARGETIMAGE) >/dev/null 2>&1) || \
|
||||||
docker build -f Dockerfile.$(TOOL) \
|
docker build -f Dockerfile.$(TOOL) \
|
||||||
$(BUILDER_ARG) \
|
$(BUILDER_ARG) \
|
||||||
--platform linux/$(BUILDERARCH) \
|
--platform linux/$(BUILDERARCH) \
|
||||||
|
Loading…
Reference in New Issue
Block a user