Skip to content

Commit 19957fd

Browse files
committed
Bug 1735058 - Use absolute path to mozilla-unified after possible restart of shell. r=mhentges,glandium
bootstrap.py may ask the restart of shell to reflect the change to login script. Given the step 2 lets user to move to c:/mozilla-source instead of home, the document should explicitly specify the absolute path in step 3. Differential Revision: https://phabricator.services.mozilla.com/D128024
1 parent 977ada4 commit 19957fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/setup/windows_build.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Now that your system is bootstrapped, you should be able to build!
131131

132132
.. code-block:: shell
133133
134-
cd mozilla-unified
134+
cd c:/mozilla-source/mozilla-unified
135135
./mach build
136136
./mach run
137137

0 commit comments

Comments
 (0)