From d3aa323a5ab7567acc221b5b21ff703e81fd4932 Mon Sep 17 00:00:00 2001 From: Logan Rosen Date: Sat, 20 Sep 2025 15:48:27 -0400 Subject: [PATCH] Use /usr/bin/env instead of /bin/env --- bin/addons-linter.sh | 2 +- bin/build-addon.sh | 2 +- bin/commons.sh | 2 +- src/_locales | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/addons-linter.sh b/bin/addons-linter.sh index 09161b8..2a8798d 100755 --- a/bin/addons-linter.sh +++ b/bin/addons-linter.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/build-addon.sh b/bin/build-addon.sh index 0fed1c0..05b317f 100755 --- a/bin/build-addon.sh +++ b/bin/build-addon.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/bin/commons.sh b/bin/commons.sh index c5f52bc..a5d5759 100644 --- a/bin/commons.sh +++ b/bin/commons.sh @@ -1,4 +1,4 @@ -#!/bin/env bash +#!/usr/bin/env bash # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/src/_locales b/src/_locales index bdaa012..0a88c3e 160000 --- a/src/_locales +++ b/src/_locales @@ -1 +1 @@ -Subproject commit bdaa01291b7367a5e815470fd263ea36c862fe32 +Subproject commit 0a88c3ecc6e76fc4ad6650f25691cb6fa36b86ea