Home
last modified time | relevance | path

Searched hist:"1463 f74f492eea7191f0178e01f3d38371a48210" (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dgen_kheaders.shdiff 1463f74f492eea7191f0178e01f3d38371a48210 Tue Oct 08 14:05:55 CEST 2019 Masahiro Yamada <yamada.masahiro@socionext.com> kheaders: remove the last bashism to allow sh to run it

'pushd' ... 'popd' is the last bash-specific code in this script.
One way to avoid it is to run the code in a sub-shell.

With that addressed, you can run this script with sh.

I replaced $(BASH) with $(CONFIG_SHELL), and I changed the hashbang
to #!/bin/sh.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>