Debian Automated Code Analysis

checkbashisms analysis of nodejs_0.2.0-1.dsc

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 Thu, 16 Dec 2010 09:38:14 +0000, based on results by checkbashisms 2.10.65git5