mirror of
https://github.com/containers/podman.git
synced 2025-07-04 18:27:33 +08:00
Fix missing Makefile target dependency
This was likely hidden by the CI system. Fix it. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -601,7 +601,7 @@ docker-docs: docs
|
|||||||
|
|
||||||
.PHONY: validate.completions
|
.PHONY: validate.completions
|
||||||
validate.completions: SHELL:=/usr/bin/env bash # Set shell to bash for this target
|
validate.completions: SHELL:=/usr/bin/env bash # Set shell to bash for this target
|
||||||
validate.completions:
|
validate.completions: completions
|
||||||
# Check if the files can be loaded by the shell
|
# Check if the files can be loaded by the shell
|
||||||
. completions/bash/podman
|
. completions/bash/podman
|
||||||
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
|
if [ -x /bin/zsh ]; then /bin/zsh completions/zsh/_podman; fi
|
||||||
|
Reference in New Issue
Block a user