summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/fonts/arev/afmtoglyphlist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/fonts/arev/afmtoglyphlist')
-rw-r--r--Master/texmf-dist/source/fonts/arev/afmtoglyphlist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/fonts/arev/afmtoglyphlist b/Master/texmf-dist/source/fonts/arev/afmtoglyphlist
index 33b65a1e419..d4e51de4b57 100644
--- a/Master/texmf-dist/source/fonts/arev/afmtoglyphlist
+++ b/Master/texmf-dist/source/fonts/arev/afmtoglyphlist
@@ -44,7 +44,7 @@ do
then
if [ "`grep -x '[[:space:]]*/'$Char'[[:space:]]*' $EncFile`" != "" ]
then
- echo '\declareglyph{'$Char'}{\ok}' >> $GlyphList
+ echo '\declareglyph{'$Char'}{\ok}{}{}' >> $GlyphList
else
echo '\declareglyph{'$Char'}{unknown'$UnknownGlyph'}' >> $GlyphList
UnknownGlyph=$((UnknownGlyph+1))