]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteffc40cc44908f325252539d87642270aa961d2e
tree801402c3ecc9f61af66ac4cf41d702e6a88c32b2
parente7af3040329010727d6997046f736138e548ab90
nsdeps: fix hashbang of scripts/nsdeps

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