зеркало из https://github.com/mozilla/pjs.git
Not part of build.
Make any errors regarding bad .MAP files go away.
This commit is contained in:
Родитель
a2d9fe13e7
Коммит
6a919ea17d
|
@ -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
|
||||
|
||||
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче