Make any errors regarding bad .MAP files go away.
This commit is contained in:
blythe%netscape.com 2002-11-16 18:22:21 +00:00
Родитель a2d9fe13e7
Коммит 6a919ea17d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,7 @@ find ./mozilla -type f -name *.map > $ALLMAPSFILE
# Produce the TSV output.
#
RAWTSVFILE="$MYTMPDIR/raw.tsv"
xargs -n 1 ./mozilla/dist/bin/msmap2tsv --input < $ALLMAPSFILE > $RAWTSVFILE
xargs -n 1 ./mozilla/dist/bin/msmap2tsv --input < $ALLMAPSFILE > $RAWTSVFILE 2> /dev/null
#