diff options
author | Patrick Gartung <gartung@fnal.gov> | 2020-02-03 13:40:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 13:40:14 -0600 |
commit | 5ad44477b2ef02f581d89b08862a8a34c53195c8 (patch) | |
tree | 23ecd90b601e398adcf16c3722db61f12f959193 /share | |
parent | 94971d519c495fc134e60078f7904c424ff77aa8 (diff) | |
download | spack-5ad44477b2ef02f581d89b08862a8a34c53195c8.tar.gz spack-5ad44477b2ef02f581d89b08862a8a34c53195c8.tar.bz2 spack-5ad44477b2ef02f581d89b08862a8a34c53195c8.tar.xz spack-5ad44477b2ef02f581d89b08862a8a34c53195c8.zip |
buildcache list: restore original behavior of allowing constraints like @version. (#14732)
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 623e9fba73..8a22e342e2 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -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 |