sys-fs/xcp: fix bash completion

Closes: https://bugs.gentoo.org/968810
Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
Florian Schmaus
2026-02-10 09:27:24 +01:00
parent f3bc4636bb
commit c821c66dde

View File

@@ -157,5 +157,5 @@ src_install() {
dofishcomp completions/xcp.fish
dozshcomp completions/xcp.zsh
dobashcomp completions/xcp.bash
newbashcomp completions/xcp.bash xcp
}