Backed out changeset f38410c45877 (bug 1670807) for linting failures. CLOSED TREE

This commit is contained in:
Butkovits Atila 2020-11-10 20:37:44 +02:00
parent 8340ccd1e1
commit 5e745619d9

View File

@ -5,7 +5,8 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
m4 = check_prog('M4', ('gm4', 'm4',))
m4 = check_prog("M4", ("m4",))
@depends(mozconfig)
def prepare_mozconfig(mozconfig):