mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-03-11 14:04:32 +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
|
# Search the key on the declared variables
|
||||||
for glyph in ${!i_*}; do
|
for glyph in ${!i_*}; do
|
||||||
if [[ "$glyph" == *"$1"* ]]; then
|
if [[ "${glyph}" == *"${1}"* ]]; then
|
||||||
printf "%s\t%x\t%s\n" "${!glyph}" "'${!glyph}'" "$glyph"
|
printf "%s\t%x\t%s\n" "${!glyph}" "'${!glyph}'" "${glyph}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user