diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-25 13:12:32 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-29 01:51:30 +0900 |
commit | 9a92eee38790c63b45b32876cb1967154f8b9ee5 (patch) | |
tree | 1ca56261ac0b98f35f7204396a80f058e60793cc /net/wimax | |
parent | f9a4711ebb248ad37c830b2715342ec60edb1330 (diff) | |
download | linux-9a92eee38790c63b45b32876cb1967154f8b9ee5.tar.bz2 |
builddeb: avoid invoking sub-shells where possible
The commands surrounded by ( ... ) is run in a sub-shell, but you do
not have to spawn a sub-shell for every single line.
Use just one ( ... ) for creating debian/hdrsrcfiles.
For tar, use -C option instead.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'net/wimax')
0 files changed, 0 insertions, 0 deletions