public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/redhat-rpm-config] rawhide: redhat-annobin-plugin-select.sh: Use bash in the shebang line
@ 2026-07-14 18:41 Siddhesh Poyarekar
0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2026-07-14 18:41 UTC (permalink / raw)
To: git-commits
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.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-14 18:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 18:41 [rpms/redhat-rpm-config] rawhide: redhat-annobin-plugin-select.sh: Use bash in the shebang line Siddhesh Poyarekar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox