mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
shellcheck.sh: Unify variable style
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
d294607b12
commit
66ae03de2e
@ -13,7 +13,7 @@ source "${sd}/lib/i_all.sh"
|
||||
|
||||
# Search the key on the declared variables
|
||||
for glyph in ${!i_*}; do
|
||||
if [[ "$glyph" == *"$1"* ]]; then
|
||||
printf "%s\t%x\t%s\n" "${!glyph}" "'${!glyph}'" "$glyph"
|
||||
if [[ "${glyph}" == *"${1}"* ]]; then
|
||||
printf "%s\t%x\t%s\n" "${!glyph}" "'${!glyph}'" "${glyph}"
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user