Automated Code Analysis
possible bashism in ./test line 178 ('$[' should be '$(('):
dsize=$[dvsize/chunk]
possible bashism in ./test line 179 ('$[' should be '$(('):
dsize=$[dsize*chunk]
possible bashism in ./test line 180 ('$[' should be '$(('):
rasize=$[dsize*2*cnt]
possible bashism in ./test line 183 ('$[' should be '$(('):
rasize=$[rasize/DEV_ROUND_K/2]
possible bashism in ./test line 184 ('$[' should be '$(('):
rasize=$[rasize*DEV_ROUND_K*2]
possible bashism in ./test line 227 (sourced script with arguments):
if ( set -ex ; . $script ) 2> $targetdir/log
This report was generated on Fri, 17 Dec 2010 08:38:48 +0000, based on results by checkbashisms 2.10.65git5