From 5ad44477b2ef02f581d89b08862a8a34c53195c8 Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Mon, 3 Feb 2020 13:40:14 -0600 Subject: buildcache list: restore original behavior of allowing constraints like @version. (#14732) --- share/spack/spack-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3-60-g2f50