Debian Automated Code Analysis

checkbashisms analysis of witty_3.1.8-2.dsc

possible bashism in ./resources/themes/default/no-stripes/generate.sh line 9 ('$[' should be '$(('):
	convert -size 30x$[2*$i] xc:white \
	    -fill '#FFFFFF' -draw "rectangle 0,$i 30,$[2*$i]" \
	no-stripe-${i}px.gif
possible bashism in ./resources/themes/default/stripes/generate.sh line 9 ('$[' should be '$(('):
	convert -size 30x$[2*$i] xc:white \
	    -fill '#e8fffc' -draw "rectangle 0,$i 30,$[2*$i]" \
	stripe-${i}px.gif
possible bashism in ./resources/themes/polished/no-stripes/generate.sh line 9 ('$[' should be '$(('):
	convert -size 30x$[2*$i] xc:white \
	    -fill '#FFFFFF' -draw "rectangle 0,$i 30,$[2*$i]" \
	no-stripe-${i}px.gif
possible bashism in ./resources/themes/polished/stripes/generate.sh line 11 ('$[' should be '$(('):
	convert -size 30x$[2*$i] xc:white \
	    -fill '#f2f2f2' -draw "rectangle 0,$i 30,$[2*$i]" \
	    -fill '#dcdfe8' -draw "line 0,$[$i-1] 30,$[$i-1]" \
	    -fill '#dcdfe8' -draw "line 0,$[2*$i-1] 30,$[2*$i-1]" \
	stripe-${i}px.gif

This report was generated on Mon, 21 Mar 2011 06:38:20 +0000, based on results by checkbashisms 2.10.65git5