Automated Code Analysis
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 Tue, 15 Feb 2011 06:38:31 +0000, based on results by checkbashisms 2.10.65git5