Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/binutils-config:master commit in: src/
Date: Fri, 23 Sep 2022 00:11:33
Message-Id: 1663891884.2e3168da737f7382d3cf61adbaa0ea2c240819d4.sam@gentoo
1 commit: 2e3168da737f7382d3cf61adbaa0ea2c240819d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 00:11:08 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 00:11:24 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/binutils-config.git/commit/?id=2e3168da
7
8 binutils-config: use portable Bash shebang
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 src/binutils-config | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/src/binutils-config b/src/binutils-config
16 index 8b62868..4219f93 100755
17 --- a/src/binutils-config
18 +++ b/src/binutils-config
19 @@ -1,5 +1,5 @@
20 -#!/bin/bash
21 -# Copyright 1999-2020 Gentoo Authors
22 +#!/usr/bin/env bash
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 # Format of /etc/env.d/binutils/: