Debian Automated Code Analysis

checkbashisms analysis of freediams_0.5.4-1.dsc

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
possible bashism in ./scripts/source.sh line 205 (should be 'b = a'):
if [ $1 == "freediams" ] ; then
possible bashism in ./scripts/source.sh line 209 (should be 'b = a'):
if [ $1 == "freeicd" ] ; then
possible bashism in ./scripts/source.sh line 213 (should be 'b = a'):
if [ $1 == "freemedforms" ] ; then
possible bashism in ./scripts/source.sh line 216 (should be 'b = a'):
if [ $1 == "freeaccount" ] ; then
possible bashism in ./scripts/source.sh line 219 (should be 'b = a'):
if [ $1 == "freetoolbox" ] ; then
possible bashism in ./scripts/source.sh line 223 (should be 'b = a'):
if [ $1 == "freepad" ] ; then

This report was generated on Fri, 28 Jan 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5