buildcache list: restore original behavior of allowing constraints like @version. (#14732)

This commit is contained in:
Patrick Gartung
2020-02-03 13:40:14 -06:00
committed by GitHub
parent 94971d519c
commit 5ad44477b2
4 changed files with 16 additions and 23 deletions

View File

@@ -400,7 +400,7 @@ _spack_buildcache_install() {
_spack_buildcache_list() {
if $list_options
then
SPACK_COMPREPLY="-h --help -l --long -L --very-long -v --variants -f --force -a --arch"
SPACK_COMPREPLY="-h --help -l --long -L --very-long -v --variants -f --force -a --allarch"
else
_all_packages
fi