Debian Automated Code Analysis

checkbashisms analysis of agtl_0.8.0.3-1.dsc

possible bashism in ./make-maemo-deb.sh line 6 (should be 'b = a'):
if [ "$VERSION" == "" ] ; then 
possible bashism in ./make-maemo-deb.sh line 10 (should be 'b = a'):
if [ "$BUILD" == "" ] ; then
possible bashism in ./ipkg-utils-1.7/ipkg-compare-versions.sh line 50 (should be 'b = a'):
if [ $may_be_equal == 1 -a $v1 == $v2 ]; then
possible bashism in ./ipkg-utils-1.7/ipkg-compare-versions.sh line 50 (should be 'b = a'):
if [ $may_be_equal == 1 -a $v1 == $v2 ]; then
possible bashism in ./ipkg-utils-1.7/ipkg-compare-versions.sh line 52 (should be 'b = a'):
elif [ $op == '=' ]; then
possible bashism in ./ipkg-utils-1.7/ipkg-extract-file line 40 (should be >word 2>&1):
cd $pkgdir; (ar x $cur_dir/$ipkgfilename || tar zxf $cur_dir/$ipkgfilename) >& /dev/null
possible bashism in ./ipkg-utils-1.7/ipkg-unbuild line 20 (should be >word 2>&1):
        cd $pkg; (ar x ../$filename || tar zxf ../$filename) >& /dev/null

This report was generated on Fri, 28 Jan 2011 06:38:02 +0000, based on results by checkbashisms 2.10.65git5