commit: 2e3168da737f7382d3cf61adbaa0ea2c240819d4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 23 00:11:08 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 23 00:11:24 2022 +0000 URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=2e3168da
binutils-config: use portable Bash shebang Signed-off-by: Sam James <sam <AT> gentoo.org> src/binutils-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/binutils-config b/src/binutils-config index 8b62868..4219f93 100755 --- a/src/binutils-config +++ b/src/binutils-config @@ -1,5 +1,5 @@ -#!/bin/bash -# Copyright 1999-2020 Gentoo Authors +#!/usr/bin/env bash +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Format of /etc/env.d/binutils/:
