Skip to content
Commit 3a44052b authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

scripts/misc-check: add double-quotes to satisfy shellcheck



In scripts/misc-check line 8:
        git -C ${srctree:-.} ls-files -i -c --exclude-per-directory=.gitignore 2>/dev/null |
               ^-----------^ SC2086 (info): Double quote to prevent globbing and word splitting.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 89e7fecf
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