Debian Automated Code Analysis

checkbashisms analysis of nodejs_0.2.6-4.dsc

possible bashism in ./benchmark/http_simple_bench.sh line 16 (should be 'b = a'):
if [ $SERVER == "127.0.0.1" ]; then
possible bashism in ./benchmark/http_simple_bench.sh line 30 (should be 'b = a'):
  if [ $type == "string" ]; then 
possible bashism in ./tools/osx-dist.sh line 10 ((push|pop)d):
pushd $ROOT
possible bashism in ./tools/osx-dist.sh line 17 ((push|pop)d):
pushd "$CONTENTS/usr/local/bin"
possible bashism in ./tools/osx-dist.sh line 19 ((push|pop)d):
popd # $CONTENTS/usr/local/bin
possible bashism in ./tools/osx-dist.sh line 21 ((push|pop)d):
popd # $ROOT
possible bashism in ./deps/v8/tools/mac-nm line 14 (should be 'b = a'):
if [ "`which c++filt`" == "" ]; then
possible bashism in ./deps/v8/tools/oprofile/common line 7 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -x $1 ]]
possible bashism in ./deps/v8/tools/linux-tick-processor line 11 (should be 'b = a'):
if [ "$1" == "--no-build" ]; then
possible bashism in ./deps/v8/tools/linux-tick-processor line 23 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ "${arg}" != -* ]]; then

This report was generated on Wed, 09 Feb 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5