Debian Automated Code Analysis

checkbashisms analysis of webissues_1.0~alpha3-2.dsc

possible bashism in ./configure line 139 (should be 'b = a'):
if test "$mac" == "yes"; then
possible bashism in ./configure line 143 (should be 'b = a'):
  if test "$universal" == "yes"; then
possible bashism in ./packages/osx/osx-package.sh line 152 ($'...' should be "$(printf '...')"):
	IFS=$'\n'
possible bashism in ./packages/osx/osx-package.sh line 156 ('((' should be '$(('):
		((count++))
possible bashism in ./packages/osx/osx-package.sh line 160 (bash arrays, ${name[0|*|@]}):
	count=${#plugins[@]}
possible bashism in ./packages/osx/osx-package.sh line 161 ('((' should be '$(('):
	for ((i=0;i<$count;i++));

This report was generated on Mon, 07 Feb 2011 06:38:15 +0000, based on results by checkbashisms 2.10.65git5