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