1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-06 23:16:37 +00:00

fix make completions for all POSIX shells

The {a,b} syntax is not POSIX compatible. The Makefile should run with
all POSIX shells so we cannot use shell specific features like this.

Fixes 

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger 2022-05-30 14:38:56 +02:00
parent 47afd101f0
commit 263a5f017f
No known key found for this signature in database
GPG Key ID: EB145DD938A3CAF2

View File

@ -153,7 +153,7 @@ docs-in-container:
.PHONY: completions
completions: bin/skopeo
install -d -m 755 completions/{bash,zsh,fish,powershell}
install -d -m 755 completions/bash completions/zsh completions/fish completions/powershell
./bin/skopeo completion bash >| completions/bash/skopeo
./bin/skopeo completion zsh >| completions/zsh/_skopeo
./bin/skopeo completion fish >| completions/fish/skopeo.fish