1
0
Fork 0

_showebuild: return if _gentoo_packages is not found

This commit is contained in:
tastytea 2022-04-09 22:42:29 +02:00
parent abf19647c7
commit 5a4e65a545
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#compdef showebuild
autoload -U _gentoo_packages
autoload -UR _gentoo_packages 2> /dev/null || return
_arguments '*:package:_gentoo_packages available'