Debian Automated Code Analysis

checkbashisms analysis of mcelog_1.0~pre3-3.dsc

possible bashism in ./input/GENCACHE line 57 ('$[' should be '$(('):
printf "MCGCAP 0x%x\n" $[1 << 11]
possible bashism in ./input/GENMEM line 14 ('$[' should be '$(('):
	ucflag=$[1 << (61-32)]
possible bashism in ./input/GENMEM line 23 ('$[' should be '$(('):
printf "MCGCAP 0x%x\n" $[1 << 10]
possible bashism in ./input/GENPAGE line 9 ($RANDOM):
page=${1:-$RANDOM}
possible bashism in ./input/GENPAGE line 21 ('$[' should be '$(('):
printf "STATUS 0x%08x%08x\n" \
	$[0x88000000 + (1 << (58-32)) + ($corr_err_cnt << 6)] $[0xb0 + $channel]
possible bashism in ./tests/page/inject line 4 ($RANDOM):
P=$RANDOM

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