Debian Automated Code Analysis

checkbashisms analysis of bdii4_4.0.2.2-2.dsc

possible bashism in ./etc/init.d/bdii line 48 (should be 'b = a'):
if [ "x${BDII_DIR}" == "x" ]; then
possible bashism in ./etc/init.d/bdii line 62 (should be 'b = a'):
if [ "x${BDII_VAR_DIR}" == "x" ]; then
possible bashism in ./etc/init.d/bdii line 95 ($RANDOM):
    pass=`mkpasswd -s 0 2> /dev/null` || pass=$RANDOM$RANDOM
possible bashism in ./tests/test-stuff/main line 54 (let ...):
let ID=ID+1
possible bashism in ./tests/test-stuff/main line 55 (let ...):
let PORT=PORT+1
possible bashism in ./tests/test-stuff/main line 85 (should be 'b = a'):
     if [ "x$pidlist" == "x" ]; then

This report was generated on Thu, 16 Dec 2010 11:38:04 +0000, based on results by checkbashisms 2.10.65git5