Restore proper spacing at the beginning of fontfind()

This commit is contained in:
David Thurstenson 2019-05-12 23:48:39 -05:00
parent 022ba22a38
commit 7368569d34
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ p Upload to a pastebin (defined in function)
printf "Captured %s -> %s\n" "$msgt" "$msgd"
# If destination is a pastebin, do the needful
[[ "$paste" ]] && $pb "$fpath"
} fontfind() { if [[ -z $1 || ${#1} -gt 1 ]]; then
}
fontfind() { if [[ -z $1 || ${#1} -gt 1 ]]; then
printf "E: only one character accepted"
fi
local glyph=$1