We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c34a039 commit ec3e93fCopy full SHA for ec3e93f
1 file changed
tutorial_developer_workflows.rst
@@ -333,12 +333,12 @@ The additional features of the install command are unnecessary when tightly iter
333
$ spack build-env scr -- bash
334
# Shell wrappers didn't propagate to the subshell
335
$ source $SPACK_ROOT/share/spack/setup-env.sh
336
- # Let's look at navigation features
+ # Lets look at navigation features
337
$ spack cd --help
338
$ spack cd -c scr
339
$ touch src/scr_copy.c
340
$ spack cd -b scr
341
- # Let's look at what's here
+ # Lets look at whats here
342
$ ls
343
# Build and run tests
344
$ make -j2
0 commit comments