public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix unnecessary invocation bash in hashbang of scripts/tag.sh
@ 2022-02-04 17:47 MZ
  0 siblings, 0 replies; only message in thread
From: MZ @ 2022-02-04 17:47 UTC (permalink / raw)
  To: linux-kernel


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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-02-04 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-04 17:47 [PATCH] fix unnecessary invocation bash in hashbang of scripts/tag.sh MZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox