summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael F. Herbst <info@michael-herbst.com>2017-10-17 10:36:03 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2017-10-17 01:36:03 -0700
commit1952a92820dd644049afe32c8b3e8af8193256ba (patch)
tree909f807c778571a7fd0d8a9a8e39f9744bf69657
parentf0da8251b376c9667aa835ec71522feea10ee42e (diff)
downloadspack-1952a92820dd644049afe32c8b3e8af8193256ba.tar.gz
spack-1952a92820dd644049afe32c8b3e8af8193256ba.tar.bz2
spack-1952a92820dd644049afe32c8b3e8af8193256ba.tar.xz
spack-1952a92820dd644049afe32c8b3e8af8193256ba.zip
Minor typos and corections (#5789)
- The shell script uses arrays and hence only works on sophisticated shells and not the default `sh`. For clarity the shebang `#!/bin/bash` has been used instead.
-rw-r--r--lib/spack/docs/workflows.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/workflows.rst b/lib/spack/docs/workflows.rst
index b29feccea4..53aae6795f 100644
--- a/lib/spack/docs/workflows.rst
+++ b/lib/spack/docs/workflows.rst
@@ -170,7 +170,7 @@ of usage:
.. code-block:: sh
- #!/bin/sh
+ #!/bin/bash
compilers=(
%gcc
@@ -355,7 +355,7 @@ Transitive Dependencies
In the script above, each ``spack module loads`` command generates a
*single* ``module load`` line. Transitive dependencies do not usually
-need to be loaded, only modules the user needs in in ``$PATH``. This is
+need to be loaded, only modules the user needs in ``$PATH``. This is
because Spack builds binaries with RPATH. Spack's RPATH policy has
some nice features: