Debian Automated Code Analysis

checkbashisms analysis of monkeystudio_1.8.4.0-1.dsc

possible bashism in ./setups/macx/monkeystudio.sh line 152 ($'...' should be "$(printf '...')"):
	IFS=$'\n'
possible bashism in ./setups/macx/monkeystudio.sh line 156 ('((' should be '$(('):
		((count++))
possible bashism in ./setups/macx/monkeystudio.sh line 160 (bash arrays, ${name[0|*|@]}):
	count=${#plugins[@]}
possible bashism in ./setups/macx/monkeystudio.sh line 161 ('((' should be '$(('):
	for ((i=0;i<$count;i++));

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