Debian Automated Code Analysis

checkbashisms analysis of nodejs_0.4.6-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/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 Mon, 18 Apr 2011 06:38:18 +0000, based on results by checkbashisms 2.10.65git5