fix typo in packaging guide (#40853)
This commit is contained in:
parent
d4a1618e07
commit
a5e6097af7
1 changed files with 1 additions and 1 deletions
|
@ -2352,7 +2352,7 @@ the following at the command line of a bash shell:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ for i in {1..12}; do nohup spack install -j 4 mpich@3.3.2 >> mpich_install.txt 2>&1 &; done
|
$ for i in {1..12}; do nohup spack install -j 4 mpich@3.3.2 >> mpich_install.txt 2>&1 & done
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue