From: Jean-Philippe Orsini Date: Thu, 13 Sep 2012 13:26:09 +0000 (+0000) Subject: --quiet instead of redirecting stdout to a file X-Git-Tag: v0.8.0.5~225 X-Git-Url: https://wpitchoune.net/gitweb/?a=commitdiff_plain;h=424837d2c3951bc38d3b2030ec6668a36bc6ce00;p=psensor.git --quiet instead of redirecting stdout to a file --- diff --git a/scripts/cppcheck.sh b/scripts/cppcheck.sh index 1618eef..3d9e14e 100755 --- a/scripts/cppcheck.sh +++ b/scripts/cppcheck.sh @@ -2,4 +2,4 @@ SDIR=`dirname $0`/.. -cppcheck $SDIR/src -I $SDIR/src -I $SDIR/src/lib --enable=all >cppcheck.out \ No newline at end of file +cppcheck $SDIR/src -I $SDIR/src -I $SDIR/src/lib --enable=all --quiet \ No newline at end of file