aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.rst
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-05-27 18:44:32 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-05-27 18:44:32 +0000
commit5a5ac124e1efaf208671f01c46edb15f29ed2a0b (patch)
treea6140557876943cdd800ee997c9317283394b22c /docs/FAQ.rst
parentf03b5bed27d0d2eafd68562ce14f8b5e3f1f0801 (diff)
Diffstat (limited to 'docs/FAQ.rst')
-rw-r--r--docs/FAQ.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.rst b/docs/FAQ.rst
index 8db94c6250c1..0559a1ff2150 100644
--- a/docs/FAQ.rst
+++ b/docs/FAQ.rst
@@ -102,7 +102,7 @@ grabbing the wrong linker/assembler/etc, there are two ways to fix it:
.. code-block:: console
- % PATH=[the path without the bad program] ./configure ...
+ % PATH=[the path without the bad program] $LLVM_SRC_DIR/configure ...
This is still somewhat inconvenient, but it allows ``configure`` to do its
work without having to adjust your ``PATH`` permanently.