From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DFB7158094 for ; Fri, 23 Sep 2022 00:11:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79F1AE0B3B; Fri, 23 Sep 2022 00:11:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6263FE0B3B for ; Fri, 23 Sep 2022 00:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74F1A340A35 for ; Fri, 23 Sep 2022 00:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF4025CD for ; Fri, 23 Sep 2022 00:11:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663891884.2e3168da737f7382d3cf61adbaa0ea2c240819d4.sam@gentoo> Subject: [gentoo-commits] proj/binutils-config:master commit in: src/ X-VCS-Repository: proj/binutils-config X-VCS-Files: src/binutils-config X-VCS-Directories: src/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2e3168da737f7382d3cf61adbaa0ea2c240819d4 X-VCS-Branch: master Date: Fri, 23 Sep 2022 00:11:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32d12b34-d49c-4c5e-9eae-2346025a5bd6 X-Archives-Hash: 759fb2449a32cb33635d8e326f4359cf commit: 2e3168da737f7382d3cf61adbaa0ea2c240819d4 Author: Sam James gentoo org> AuthorDate: Fri Sep 23 00:11:08 2022 +0000 Commit: Sam James gentoo 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 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/: