Debian Automated Code Analysis

checkbashisms analysis of ccbuild_2.0.1-1.dsc

possible bashism in ./configure line 367 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./localinstall.sh line 12 (read without variable):
which aap >/dev/null && echo "You seem to have A-A-P, I recommend you press CRTL-C and read INSTALL on how to use this instead." && echo "Press return to continue anyway..." && read
possible bashism in ./localinstall.sh line 17 ('function' is useless):
function binDir()
possible bashism in ./localinstall.sh line 47 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "x$REPLY" != "xyes" ]];
possible bashism in ./tools/benchmark.sh line 25 (brace expansion, should be $(seq a b)):
for i in {1..200}; do
possible bashism in ./tools/benchmark.sh line 26 (time):
	(time -p $COMMAND ) 2>&1 |tail -n3 >> benchmark.result.txt

This report was generated on Thu, 16 Dec 2010 12:38:14 +0000, based on results by checkbashisms 2.10.65git5