From b95f97458683d851ca1813cd8eeb6123d2b862c0 Mon Sep 17 00:00:00 2001 From: Deathamns Date: Sat, 20 Dec 2014 20:20:23 +0100 Subject: [PATCH] Fix build scipts' shebang, let -> const --- tools/make-firefox-meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-firefox-meta.py b/tools/make-firefox-meta.py index fe6e978..49967ca 100644 --- a/tools/make-firefox-meta.py +++ b/tools/make-firefox-meta.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 import os import json