Skip to content

Commit

Permalink
fnt: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb authored Mar 3, 2025
1 parent e2a19f7 commit 85b049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fnt
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ EOF
fi
if [ $# -eq 2 ] && [ -r "$FNTINDEXDIR/$2" ]; then
# shellcheck disable=SC2046
awk -v target="$TARGET" wk -v target="$TARGET" \
awk -v target="$TARGET" \
'$1="";{printf "%s/%s\n", target, substr($0,2)}' \
"$FNTINDEXDIR/$2" |
while read -r font; do
Expand Down

0 comments on commit 85b049a

Please sign in to comment.