Automated Code Analysis
possible bashism in ./scripts/macDeploy.sh line 170 ($'...' should be "$(printf '...')"):
IFS=$'\n'
possible bashism in ./scripts/macDeploy.sh line 174 ('((' should be '$(('):
((count++))
possible bashism in ./scripts/macDeploy.sh line 178 (bash arrays, ${name[0|*|@]}):
count=${#plugins[@]}
possible bashism in ./scripts/macDeploy.sh line 179 ('((' should be '$(('):
for ((i=0;i<$count;i++));
possible bashism in ./scripts/macDeploy.sh line 249 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $PLUGS = "all" ]]; then
This report was generated on Thu, 16 Dec 2010 19:38:16 +0000, based on results by checkbashisms 2.10.65git5