Debian Automated Code Analysis

checkbashisms analysis of qsf_1.2.7-1.dsc

possible bashism in ./extra/statstable.sh line 37 ('function' is useless):
function graph_row () {
possible bashism in ./extra/statstable.sh line 46 ('$[' should be '$(('):
	WIDTH=$[$[$VAL * $BARLEN] / $MAX]
possible bashism in ./extra/statstable.sh line 59 ('$[' should be '$(('):
	if [ $[$ROWNUM % 10] -eq 1 ]; then
possible bashism in ./extra/statstable.sh line 60 ('$[' should be '$(('):
		echo "<td width=\"$[$BARLEN-$WIDTH]\" align=\"right\""
possible bashism in ./extra/statstable.sh line 81 ('$[' should be '$(('):
	SPAM=$[$[$ROWS-$ROWSR]+$ROWRS]
possible bashism in ./extra/statstable.sh line 83 ('$[' should be '$(('):
	NONSPAM=$[$[$ROWD+$ROWRN]-$ROWRS]
possible bashism in ./extra/statstable.sh line 120 ('$[' should be '$(('):
	SPAM=$[$[$ROWS-$ROWSR]+$ROWRS]
possible bashism in ./extra/statstable.sh line 122 ('$[' should be '$(('):
	NONSPAM=$[$[$ROWD+$ROWRN]-$ROWRS]
possible bashism in ./extra/statstable.sh line 125 ('$[' should be '$(('):
	ROWNUM=$[1+$ROWNUM]

This report was generated on Fri, 17 Dec 2010 12:38:15 +0000, based on results by checkbashisms 2.10.65git5