Bug 1798746 Comment 30 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Ah, I looked at the code. It's to determine if we're in the root directory (and need to step going up). I think `moz.build` would be a bad file to check for in that case, since there are plenty of duplicates of those in the tree. How about the `mach` file? That should be unique, and always in the root directory, since if it's not there you can't use any commands.
Ah, I looked at the code. It's to determine if we're in the root directory (and need to stop going up). I think `moz.build` would be a bad file to check for in that case, since there are plenty of duplicates of those in the tree. How about the `mach` file? That should be unique, and always in the root directory, since if it's not there you can't use any commands.

Back to Bug 1798746 Comment 30