mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-31 21:22:38 +02:00
Fixes generating patched fonts root readme files
This commit is contained in:
parent
d27d9b0404
commit
747c7442e3
@ -25,6 +25,12 @@ find . -type d | # uncomment to do ALL fonts
|
||||
while read -r filename
|
||||
do
|
||||
|
||||
if [[ "$filename" == "." ]];
|
||||
then
|
||||
echo "$LINE_PREFIX Skipping directory '.'"
|
||||
continue
|
||||
fi
|
||||
|
||||
dirname=$(dirname "$filename")
|
||||
searchdir=$filename
|
||||
base_directory=$(echo "$filename" | cut -d "/" -f2)
|
||||
|
Loading…
Reference in New Issue
Block a user