Debian Automated Code Analysis

checkbashisms analysis of libv8_2.2.24-7.dsc

possible bashism in ./tools/mac-nm line 14 (should be 'b = a'):
if [ "`which c++filt`" == "" ]; then
possible bashism in ./tools/oprofile/common line 7 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -x $1 ]]
possible bashism in ./tools/linux-tick-processor line 11 (should be 'b = a'):
if [ "$1" == "--no-build" ]; then
possible bashism in ./tools/linux-tick-processor line 23 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ "${arg}" != -* ]]; then

This report was generated on Fri, 17 Dec 2010 08:38:35 +0000, based on results by checkbashisms 2.10.65git5