Debian Automated Code Analysis

checkbashisms analysis of amsn_0.98.4-2.dsc

possible bashism in ./configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
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 Mon, 07 Feb 2011 06:38:02 +0000, based on results by checkbashisms 2.10.65git5