This commit is contained in:
Mark Meredith
2021-02-09 10:34:42 -05:00
committed by GitHub
parent 3c874e22b5
commit 784b421eda

View File

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