Skip to content
Commit 1463f74f authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent ea79e516
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment