We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28f513a + 8b7b94b commit 4890203Copy full SHA for 4890203
docs/getting-help.rst
@@ -120,7 +120,7 @@ information (adjust as necessary for your specific environment):
120
# Fill in the options you want to pass to configure here
121
options=""
122
./configure $options 2>&1 | tee $dir/config.out
123
- tar -cf - `find . -name config.log` | tar -x -C $dir -
+ tar -cf - `find . -name config.log` | tar -x -C $dir
124
125
# Build and install Open MPI
126
make V=1 all 2>&1 | tee $dir/make.out
0 commit comments