Bug 1746286: Don't recommend adding "Mach" to your PATH r=ahal

This can cause issues when Mach from sourcetree A fails when used in
sourcetree B because an expected file is missing.

Differential Revision: https://phabricator.services.mozilla.com/D133951
This commit is contained in:
Mitchell Hentges
2022-01-13 21:39:39 +00:00
parent 5778586cae
commit 4d8e4f9291
2 changed files with 1 additions and 11 deletions

View File

@@ -31,8 +31,7 @@ The preferred method, is using the
:ref:`mach` command-line tool to run the
debugger, which can bypass several optional defaults. Use "mach help
run" to get more details. If inside the source directory, you would use
"./mach". If you have previously :ref:`added mach to your path <Adding_mach_to_your_shell>`,
then just use "mach". Please note that :ref:`mach is aware of mozconfigs <mach_and_mozconfigs>`.
"./mach". Please note that :ref:`mach is aware of mozconfigs <mach_and_mozconfigs>`.
.. code:: bash