pass: install autocompletion for all shells (#44744)

This commit is contained in:
Alec Scott 2024-06-17 21:35:02 +02:00 committed by GitHub
parent 9ba90e322e
commit 8cc4ad3ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ class Pass(MakefilePackage):
def setup_build_environment(self, env):
env.set("PREFIX", prefix)
env.set("WITH_BASHCOMP", "yes")
env.set("WITH_ALLCOMP", "yes")
def edit(self, spec, prefix):
"""