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:
parent
ad98e52152
commit
8bf09774c8
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user