Debian Automated Code Analysis

checkbashisms analysis of amsn_0.98.3-2.dsc

possible bashism in ./configure line 367 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./utils/macosx/finishbuild.sh line 22 (should be 'b = a'):
  if [ `otool -D "$lib" | wc -l ` == "2" ]; then n=3; else n=2; fi
possible bashism in ./utils/macosx/finishbuild.sh line 34 (should be 'b = a'):
  if [ `otool -D "$lib" | wc -l ` == "2" ]; then n=3; else n=2; fi
possible bashism in ./utils/macosx/finishbuild.sh line 69 (should be 'b = a'):
       if [ `otool -D "$file" | wc -l ` == "2" ]; then n=3; else n=2; fi
possible bashism in ./utils/macosx/finishbuild.sh line 72 (should be 'b = a'):
    if [ "x$found" == "x" ]; then
possible bashism in ./utils/macosx/finishbuild.sh line 90 (should be 'b = a'):
    if [ "x$(lipo -info $file | grep -o "Non-fat")" == "xNon-fat" ]; then
possible bashism in ./utils/macosx/finishbuild.sh line 93 (should be 'b = a'):
    if [ "x$(lipo -info $file | grep -o "ppc7400")" == "xppc7400" ]; then

This report was generated on Thu, 16 Dec 2010 09:38:08 +0000, based on results by checkbashisms 2.10.65git5