We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59db6da commit 51fe92dCopy full SHA for 51fe92d
.travis/travisci_build_coverity_scan.sh
@@ -73,7 +73,7 @@ if [ ! -d $TOOL_BASE ]; then
73
file $TOOL_ARCHIVE
74
file $TOOL_ARCHIVE | grep HTML && cat $TOOL_ARCHIVE || :
75
ls -la $TOOL_ARCHIVE
76
- tar -xf $TOOL_ARCHIVE | grep -v "Ignoring unknown extended header keyword"
+ tar -xf $TOOL_ARCHIVE |& grep -v "Ignoring unknown extended header keyword"
77
popd
78
fi
79
0 commit comments