]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
nsdeps: fix hashbang of scripts/nsdeps
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 3 Oct 2019 07:58:25 +0000 (16:58 +0900)
committerJessica Yu <jeyu@kernel.org>
Mon, 7 Oct 2019 16:25:21 +0000 (18:25 +0200)
This script does not use bash-extension. I am guessing this hashbang
was copied from scripts/coccicheck, which really uses bash-extension.

/bin/sh is enough for this script.

Reviewed-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Jessica Yu <jeyu@kernel.org>
scripts/nsdeps

index ac2b6031dd1393864d4ec582d119282a2ce1fdf7..964b7fb8c546d392a6e4d432a49166ddd4e7b951 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # SPDX-License-Identifier: GPL-2.0
 # Linux kernel symbol namespace import generator
 #