Debian Automated Code Analysis

checkbashisms analysis of crystalspace_1.4.0+dfsg-3.dsc

possible bashism in ./scripts/0install/update_feeds.sh line 121 ('((' should be '$(('):
  if (( $(eval echo \$feed_$feed_name) )) ; then
possible bashism in ./scripts/0install/update_feeds.sh line 140 ('((' should be '$(('):
  if (( $(eval echo \$feed_$feed_name) )) ; then
possible bashism in ./bin/svnwrapper line 10 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "co" || "$1" == "checkout" ]]
possible bashism in ./bin/svnwrapper line 10 (should be 'b = a'):
if [[ "$1" == "co" || "$1" == "checkout" ]]
possible bashism in ./bin/svnwrapper line 18 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ $? ]]
possible bashism in ./bin/svnwrapper line 31 (alternative test command ([[ foo ]] should be [ foo ])):
      if [[ $? = 0 ]]
possible bashism in ./bin/archive-from-lists.sh line 20 ((push|pop)d):
  pushd `dirname $1` > /dev/null
possible bashism in ./bin/archive-from-lists.sh line 22 ((push|pop)d):
  popd > /dev/null
possible bashism in ./bin/archive-from-lists.sh line 31 ($'...' should be "$(printf '...')"):
  IFS=$'\n'
possible bashism in ./bin/archive-from-lists.sh line 48 ($'...' should be "$(printf '...')"):
  IFS=$'\n'
possible bashism in ./bin/archive-from-lists.sh line 74 (should be '.', not 'source'):
source $COPYSCRIPT
possible bashism in ./bin/gen-scf_impl.sh line 8 ($'...' should be "$(printf '...')"):
IFS=$'\n'

This report was generated on Fri, 15 Apr 2011 06:38:13 +0000, based on results by checkbashisms 2.10.65git5