Debian Automated Code Analysis

checkbashisms analysis of avogadro_1.0.1-3.dsc

possible bashism in ./avogadro/src/mac/CreateBundle.sh.in line 12 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $Xcode == "1x" ]]; then
possible bashism in ./avogadro/src/mac/CreateBundle.sh.in line 12 (should be 'b = a'):
if [[ $Xcode == "1x" ]]; then
possible bashism in ./avogadro/src/mac/CreateBundle.sh.in line 13 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ $BUILD_STYLE == "Debug" ]]; then
possible bashism in ./avogadro/src/mac/CreateBundle.sh.in line 13 (should be 'b = a'):
  if [[ $BUILD_STYLE == "Debug" ]]; then

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