possible bashism in ./osx-package/osx-package.sh line 152 ($'...' should be "$(printf '...')"): IFS=$'\n' possible bashism in ./osx-package/osx-package.sh line 156 ('((' should be '$(('): ((count++)) possible bashism in ./osx-package/osx-package.sh line 160 (bash arrays, ${name[0|*|@]}): count=${#plugins[@]} possible bashism in ./osx-package/osx-package.sh line 161 ('((' should be '$(('): for ((i=0;i<$count;i++));
This report was generated on Fri, 17 Dec 2010 11:39:25 +0000, based on results by checkbashisms 2.10.65git5