Debian Automated Code Analysis

checkbashisms analysis of libv8_2.5.9.16-1.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 Mon, 21 Mar 2011 06:38:11 +0000, based on results by checkbashisms 2.10.65git5