diff --git a/bin/addons-linter.sh b/bin/addons-linter.sh index f66c026..09161b8 100755 --- a/bin/addons-linter.sh +++ b/bin/addons-linter.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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 0a367d5..0fed1c0 100755 --- a/bin/build-addon.sh +++ b/bin/build-addon.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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 d893510..c5f52bc 100644 --- a/bin/commons.sh +++ b/bin/commons.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/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