diff options
author | Michael Kuhn <michael.kuhn@informatik.uni-hamburg.de> | 2020-02-24 16:46:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 09:46:41 -0600 |
commit | 94acd8f235d8131939a2485dae7fc98177b87901 (patch) | |
tree | 9879341f104c17b8a65b8dd3d8916cec8717f098 /LICENSE-MIT | |
parent | a38eb70e305e94efac0af9a781479a65650c184e (diff) | |
download | spack-94acd8f235d8131939a2485dae7fc98177b87901.tar.gz spack-94acd8f235d8131939a2485dae7fc98177b87901.tar.bz2 spack-94acd8f235d8131939a2485dae7fc98177b87901.tar.xz spack-94acd8f235d8131939a2485dae7fc98177b87901.zip |
cmd/load: Fix usage output (#15180)
args.specs is a list, which results in output like this:
```
eval `spack load --sh ['libxml2', 'xz']`
```
We want this instead:
```
eval `spack load --sh libxml2 xz`
```
Diffstat (limited to 'LICENSE-MIT')
0 files changed, 0 insertions, 0 deletions