Skip to content

Commit

Permalink
[Fix] 一時ファイルの名称変更
Browse files Browse the repository at this point in the history
  • Loading branch information
omonomo committed Sep 23, 2023
1 parent f11b066 commit de2fce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table_modificator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ if [ "${gsub_flag}" = "true" ]; then
find . -not -name "*.*.ttx" -maxdepth 1 | \
grep -e "${font_familyname}.*\.ttx$" | while read P
do
mv "$P" "${P%%.ttx}.calt.ttx"
mv "$P" "${P%%.ttx}.GSUB.ttx"
done
fi

Expand Down

0 comments on commit de2fce9

Please sign in to comment.