public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/redhat-rpm-config] rawhide: redhat-annobin-plugin-select.sh: Use bash in the shebang line
Date: Tue, 14 Jul 2026 18:41:03 GMT [thread overview]
Message-ID: <178405446381.1.12365550433869306035.rpms-redhat-rpm-config-504b626551e5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/redhat-rpm-config
Branch : rawhide
Commit : 504b626551e55e6c6963cb6c6c309a2f174c44ca
Author : Siddhesh Poyarekar <siddhesh@redhat.com>
Date : 2026-07-14T14:10:42-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/redhat-rpm-config/c/504b626551e55e6c6963cb6c6c309a2f174c44ca?branch=rawhide
Log:
redhat-annobin-plugin-select.sh: Use bash in the shebang line
The annobin plugin selector script uses bashisms, so use /bin/bash in
the shebang line instead of sh.
Resolves: BZ#2486015
---
diff --git a/redhat-annobin-plugin-select.sh b/redhat-annobin-plugin-select.sh
index 7fb574d..c64f585 100644
--- a/redhat-annobin-plugin-select.sh
+++ b/redhat-annobin-plugin-select.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/usr/bin/bash
# This is a script to select which GCC spec file fragment
# should be the destination of the redhat-annobin-cc1 symlink.
reply other threads:[~2026-07-14 18:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178405446381.1.12365550433869306035.rpms-redhat-rpm-config-504b626551e5@fedoraproject.org \
--to=siddhesh@redhat.com \
--cc=git-commits@fedoraproject.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