Debian Automated Code Analysis

checkbashisms analysis of massxpert_2.3.6-1.dsc

possible bashism in ./maint-scripts/check-hysteresis line 8 (should be 'b = a'):
if [ "x$1" == "x" ]
possible bashism in ./maint-scripts/list-make-disclean-files line 5 (should be '.', not 'source'):
source functions.sh
possible bashism in ./maint-scripts/make-tarball line 5 (should be '.', not 'source'):
source functions.sh
possible bashism in ./maint-scripts/make-tarball line 52 (should be 'b = a'):
if [ "$1" == "src" ] 
possible bashism in ./maint-scripts/make-tarball line 69 (should be 'b = a'):
if [ "$1" == "bin" ] 
possible bashism in ./maint-scripts/make-tarball line 83 (should be 'b = a'):
    if [ "$2" == "fresh" ]
possible bashism in ./maint-scripts/make-tarball line 89 (should be 'b = a'):
	if [ "x$char" == "xy" ]
possible bashism in ./maint-scripts/functions.sh line 76 (should be 'b = a'):
	if [ "x$char" == "xy" ]
possible bashism in ./maint-scripts/prepare-debbench line 5 (should be '.', not 'source'):
source functions.sh
possible bashism in ./maint-scripts/linker-fixup-for-qt-windows.sh line 14 (should be 'b = a'):
if [ "$?" == 0 ]
possible bashism in ./maint-scripts/prepare-rpmbench line 5 (should be '.', not 'source'):
source functions.sh
possible bashism in ./maint-scripts/rsync-massxpert-mac.sh line 3 (should be 'b = a'):
if [ "$#" == "0" ]
possible bashism in ./maint-scripts/rsync-massxpert-mac.sh line 11 (should be 'b = a'):
if [ "$1" == "src" ]
possible bashism in ./maint-scripts/rsync-massxpert-mac.sh line 14 (should be 'b = a'):
elif [ "$1" == "pdf" ]

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