Backed out changeset 30c5d06e47f0 (bug 1465895) for spidermonkey bustages. CLOSED TREE

This commit is contained in:
Brindusan Cristian 2018-06-01 10:08:51 +03:00
Родитель 0a1094e53b
Коммит b7990441d5
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -25,8 +25,7 @@ def directories(pathmodule, cwd, fixup=lambda s: s):
js_src = pathmodule.abspath(pathmodule.join(scripts, "..", ".."))
source = pathmodule.abspath(pathmodule.join(js_src, "..", ".."))
tooltool = pathmodule.abspath(env.get('TOOLTOOL_CHECKOUT',
env.get('MOZBUILD_STATE_PATH',
pathmodule.expanduser("~/.mozbuild"))))
pathmodule.join(source, "..", "..")))
return Dirs(scripts, js_src, source, tooltool)
# Some scripts will be called with sh, which cannot use backslashed