Copy --{use,no}-cache from install to bootstrap (#11786)

This commit is contained in:
Oliver Breitwieser
2019-07-13 01:30:12 +02:00
committed by Peter Scheibel
parent 76f1ee5f32
commit d1af7ae5ab
2 changed files with 12 additions and 2 deletions

View File

@@ -140,7 +140,8 @@ function _spack_blame {
function _spack_bootstrap {
compgen -W "-h --help -j --jobs --keep-prefix --keep-stage
-n --no-checksum -v --verbose --clean --dirty" -- "$cur"
-n --no-checksum -v --verbose --use-cache --no-cache
--clean --dirty" -- "$cur"
}
function _spack_build {