Debian Automated Code Analysis

checkbashisms analysis of qpxtool_0.6.0.9-5.dsc

possible bashism in ./qpxtool/build line 31 (should be 'b = a'):
if [ "$?" == "0" ] ; then
possible bashism in ./scripts/build line 5 ('function' is useless):
function compile() {
possible bashism in ./scripts/build line 20 (should be 'b = a'):
    if [ "$?" == "0" ] ; then
possible bashism in ./scripts/build line 32 ('function' is useless):
function install() {
possible bashism in ./scripts/build line 59 (should be 'b = a'):
if [ "$call" == "./build" ] ; then
possible bashism in ./scripts/build line 63 (should be 'b = a'):
if [ "$call" == "./install" ] ; then
possible bashism in ./makesuid line 5 (should be 'b = a'):
if [ "$u" == "root" ]; then
possible bashism in ./lib/build-lib line 3 ('function' is useless):
function compile() {
possible bashism in ./lib/build-lib line 17 (should be 'b = a'):
    if [ "$?" == "0" ] ; then
possible bashism in ./lib/build-lib line 39 ('function' is useless):
function install() {
possible bashism in ./lib/build-lib line 91 (should be 'b = a'):
if [ "$call" == "./build-lib" ] ; then
possible bashism in ./lib/build-lib line 94 (should be 'b = a'):
if [ "$call" == "./install-lib" ] ; then

This report was generated on Fri, 17 Dec 2010 00:38:21 +0000, based on results by checkbashisms 2.10.65git5