From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gcc-config:master commit in: tests/, /
Date: Thu, 22 Sep 2022 23:46:19 +0000 (UTC) [thread overview]
Message-ID: <1663890343.ba452333dca237866e793ec40d0f387aefa917a3.sam@gentoo> (raw)
commit: ba452333dca237866e793ec40d0f387aefa917a3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 22 23:19:09 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 22 23:45:43 2022 +0000
URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=ba452333
*/*: use portable Bash shebang
Useful for Prefix in particular.
Signed-off-by: Sam James <sam <AT> gentoo.org>
gcc-config | 4 ++--
tests/run_tests | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gcc-config b/gcc-config
index eff9cca..65a7ceb 100755
--- a/gcc-config
+++ b/gcc-config
@@ -1,5 +1,5 @@
-#!/bin/bash
-# Copyright 2002-2021 Gentoo Authors
+#!/usr/bin/env bash
+# Copyright 2002-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Format of /etc/env.d/gcc/ contents:
diff --git a/tests/run_tests b/tests/run_tests
index 19fbe7b..602aa92 100755
--- a/tests/run_tests
+++ b/tests/run_tests
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Avoid bash localization of error messages
export LC_ALL=C
next reply other threads:[~2022-09-22 23:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-22 23:46 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-08-13 22:21 [gentoo-commits] proj/gcc-config:master commit in: tests/, / Sergei Trofimovich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1663890343.ba452333dca237866e793ec40d0f387aefa917a3.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox