This commit is contained in:
Mark Meredith 2021-02-09 10:34:42 -05:00 committed by GitHub
parent 3c874e22b5
commit 784b421eda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ def load(parser, args):
specs_str = ' '.join(args.specs) or "SPECS"
spack.cmd.common.shell_init_instructions(
"spack load",
" eval `spack load {sh_arg}` %s" % specs_str,
" eval `spack load {sh_arg} %s`" % specs_str,
)
return 1