1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-08-15 13:30:31 +03:00

Make tool names lowercase so the commands don't fail on Linux

This commit is contained in:
Miguel Sousa 2018-02-24 15:42:28 -08:00
parent 8daed4b2d7
commit b47764205a

View File

@ -13,10 +13,10 @@ ro_name=SourceCodeVariable-Roman
it_name=SourceCodeVariable-Italic
# build variable OTFs
buildMasterOTFs --mkot -ci,"$UVS" $rom/$ro_name.designspace
buildCFF2VF $rom/$ro_name.designspace
buildMasterOTFs --mkot -ci,"$UVS" $itm/$it_name.designspace
buildCFF2VF $itm/$it_name.designspace
buildmasterotfs --mkot -ci,"$UVS" $rom/$ro_name.designspace
buildcff2vf $rom/$ro_name.designspace
buildmasterotfs --mkot -ci,"$UVS" $itm/$it_name.designspace
buildcff2vf $itm/$it_name.designspace
# extract and subroutinize the CFF2 table
echo 'Subroutinizing' $rom/$ro_name.otf