From 8bf09774c8778bd8aad1f93dabe82b358fbf3379 Mon Sep 17 00:00:00 2001 From: "blythe%netscape.com" Date: Sat, 16 Nov 2002 18:22:21 +0000 Subject: [PATCH] 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 --- mozilla/tools/codesighs/autosummary.win.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/tools/codesighs/autosummary.win.bash b/mozilla/tools/codesighs/autosummary.win.bash index dabeabce792..d9af8f664f7 100755 --- a/mozilla/tools/codesighs/autosummary.win.bash +++ b/mozilla/tools/codesighs/autosummary.win.bash @@ -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 #