1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-25 03:32:02 +02:00

Fixes issue with interpolation (use double quotes) from feedback on homebrew fonts WIP RFC PR

This commit is contained in:
Ryan L McIntyre 2016-11-20 19:48:01 -05:00
parent ffdce322c2
commit 08d78168ff

View File

@ -19,8 +19,8 @@ cd $patched_parent_dir || {
exit 1
}
#find ./Hack -maxdepth 0 -type d | # uncomment to test 1 font
find ./ProFont -maxdepth 2 -type d | # uncomment to test 1 font
find ./Hack -maxdepth 0 -type d | # uncomment to test 1 font
#find ./ProFont -maxdepth 2 -type d | # uncomment to test 1 font
#find . -maxdepth 1 -type d | # uncomment to test 1 font
while read -r filename
do
@ -55,7 +55,7 @@ do
printf "cask '%s' do\n" "$caskname"
printf " version '%s'\n" "$version"
printf " sha256 '%s'\n\n" "$sha256sum"
printf " url '%s%s.zip'\n" "$downloadarchive" "$basename"
printf " url \"%s%s.zip\"\n" "$downloadarchive" "$basename"
printf " appcast '%s',\n" "$appcast"
printf " checkpoint: '%s'\n" "$appcastcheckpoint"
} >> "$to"