pass: install autocompletion for all shells (#44744)
This commit is contained in:
parent
9ba90e322e
commit
8cc4ad3ac5
@ -32,7 +32,7 @@ class Pass(MakefilePackage):
|
|||||||
|
|
||||||
def setup_build_environment(self, env):
|
def setup_build_environment(self, env):
|
||||||
env.set("PREFIX", prefix)
|
env.set("PREFIX", prefix)
|
||||||
env.set("WITH_BASHCOMP", "yes")
|
env.set("WITH_ALLCOMP", "yes")
|
||||||
|
|
||||||
def edit(self, spec, prefix):
|
def edit(self, spec, prefix):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user