Not part of build.

Make any errors regarding bad .MAP files go away.


git-svn-id: svn://10.0.0.236/trunk@133977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blythe%netscape.com 2002-11-16 18:22:21 +00:00
parent ad98e52152
commit 8bf09774c8

View File

@ -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
#