mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-06 21:49:40 +02:00
standardize: Fix missing READMEs
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
6e1c7f7a98
commit
1c8420c807
@ -106,7 +106,7 @@ do
|
||||
do
|
||||
echo "$LINE_PREFIX Found RST"
|
||||
|
||||
from="$sd/$i"
|
||||
from="$unpatched_parent_dir/$i"
|
||||
to_dir="${patched_parent_dir}/$filename"
|
||||
to="${to_dir}/$infofilename"
|
||||
|
||||
@ -123,7 +123,7 @@ do
|
||||
do
|
||||
echo "$LINE_PREFIX Found TXT"
|
||||
|
||||
from="$sd/$i"
|
||||
from="$unpatched_parent_dir/$i"
|
||||
to_dir="${patched_parent_dir}/$filename"
|
||||
to="${to_dir}/$infofilename"
|
||||
|
||||
@ -140,7 +140,7 @@ do
|
||||
do
|
||||
echo "$LINE_PREFIX Found MD"
|
||||
|
||||
from="$sd/$i"
|
||||
from="$unpatched_parent_dir/$i"
|
||||
to_dir="${patched_parent_dir}/$filename"
|
||||
to="${to_dir}/$infofilename"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user