summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index eb2da5b7d7..726e1c81cb 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -589,8 +589,8 @@ function _spack_providers {
then
compgen -W "-h --help" -- "$cur"
else
- compgen -W "blas daal elf golang ipp lapack mkl
- mpe mpi openfoam pil scalapack" -- "$cur"
+ compgen -W "awk blas daal elf golang ipp lapack mkl
+ mpe mpi opencl openfoam pil scalapack" -- "$cur"
fi
}