From: MZ <10maurycy10@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] fix unnecessary invocation bash in hashbang of scripts/tag.sh
Date: Fri, 4 Feb 2022 09:47:11 -0800 [thread overview]
Message-ID: <Yf1mn7RAGkviFi0Y@kitty> (raw)
Make the /scripts/tag.sh script more portable by removing bash
dependency.
Signed-off-by: Maurycy Zalewski <10maurycy10@gmail.com>
---
scripts/tags.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 16d475b3e..f066b4e7d 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# SPDX-License-Identifier: GPL-2.0-only
# Generate tags or cscope files
# Usage tags.sh <mode>
base-commit: dcb85f85fa6f142aae1fe86f399d4503d49f2b60
--
2.35.1
reply other threads:[~2022-02-04 17:47 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=Yf1mn7RAGkviFi0Y@kitty \
--to=10maurycy10@gmail.com \
--cc=linux-kernel@vger.kernel.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