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, 28 Jan 2011 06:38:21 +0000, based on results by checkbashisms 2.10.65git5