Debian Automated Code Analysis

checkbashisms analysis of liquidwar_5.6.4-2.dsc

possible bashism in ./configure line 6395 (should be 'b = a'):
  if test "$I386" == "yes" && test "$enableval" != "no" ; then
possible bashism in ./configure line 6407 (should be 'b = a'):
  if test "$I386" == "yes" ; then
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 93 ($'...' should be "$(printf '...')"):
   echo "        mpeg2encode mpeg2encode.par scenario1.mpg" $'\n\n'
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 117 ($'...' should be "$(printf '...')"):
 echo "mpeg2encode_preproc: exiting...." $'\n\n\n'
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 140 (bash arrays, ${name[0|*|@]}):
for i in ${filelist[*]}
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 142 (let ...):
   let Nframes=Nframes+1
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 148 (bash arrays, ${name[0|*|@]}):
filenamelength=`echo ${filelist[0]} | awk '{print length}'`
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 151 (bash arrays, ${name[0|*|@]}):
str1=(${filelist[0]})
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 157 (let ...):
      let char_cnt=char_cnt+1
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 175 (bash arrays, ${name[0|*|@]}):
info=(`identify -ping ${filelist[0]}`) # use ImageMagick's identify command
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 176 (bash arrays, ${name[0|*|@]}):
sizes=(`echo ${info[2]} | awk -Fx '{print $1}{print $2}'`)
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 177 (bash arrays, ${name[0|*|@]}):
hsize=${sizes[0]}
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 178 (bash arrays, ${name[0|*|@]}):
vsize=${sizes[1]}
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 196 (let ...):
   let hsize=hsize+1
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 200 (let ...):
   let vsize=vsize+1
possible bashism in ./misc/mpeg_utils_make_mpeg2encode_parfile.sh line 219 ($'...' should be "$(printf '...')"):
echo $'\t' "./mpeg_utils_make_mpeg2encode_parfile.sh: writing $parfile."

This report was generated on Fri, 17 Dec 2010 05:38:21 +0000, based on results by checkbashisms 2.10.65git5