From 2e3168da737f7382d3cf61adbaa0ea2c240819d4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 23 Sep 2022 01:11:08 +0100 Subject: binutils-config: use portable Bash shebang Signed-off-by: Sam James --- 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/: -- cgit v1.2.3-65-gdbad