Debian Automated Code Analysis

checkbashisms analysis of crystalspace_1.2.1-2.dsc

possible bashism in ./CS/bin/svnwrapper line 10 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "co" || "$1" == "checkout" ]]
possible bashism in ./CS/bin/svnwrapper line 10 (should be 'b = a'):
if [[ "$1" == "co" || "$1" == "checkout" ]]
possible bashism in ./CS/bin/svnwrapper line 18 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ $? ]]
possible bashism in ./CS/bin/svnwrapper line 31 (alternative test command ([[ foo ]] should be [ foo ])):
      if [[ $? = 0 ]]

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