Debian Automated Code Analysis

checkbashisms analysis of kdepim_4.4.7-2.dsc

possible bashism in ./console/konsolekalendar/examples/testkalendar.sh line 23 ('function' is useless):
function do_test(){
possible bashism in ./console/konsolekalendar/examples/testkalendar.sh line 56 (let ...):
let DATE=$DATE+1
possible bashism in ./console/konsolekalendar/examples/testkalendar.sh line 57 (let ...):
let MINUTE=$MINUTE+1
possible bashism in ./ktimetracker/test/booktime-badduration.sh line 18 (should be 'b = a'):
if [ "$RVAL" == "$EXPECTED" ]; then 
possible bashism in ./ktimetracker/test/booktime-works.sh line 27 (should be 'b = a'):
if [ "x$RVAL" == "x$duration" ]; then 
possible bashism in ./ktimetracker/test/booktime-baddate.sh line 18 (should be 'b = a'):
if [ "$RVAL" == "$EXPECTED" ]; then 
possible bashism in ./ktimetracker/test/booktime-badtime.sh line 18 (should be 'b = a'):
if [ "$RVAL" == "$EXPECTED" ]; then 
possible bashism in ./ktimetracker/test/deleteparenttask.sh line 25 (should be 'b = a'):
if [ "$RVAL" == "" ]; then 
possible bashism in ./ktimetracker/test/booktime-baduid.sh line 18 (should be 'b = a'):
if [ "$RVAL" == "$EXPECTED" ]; then 
possible bashism in ./ktimetracker/test/refresh_on_change.sh line 51 (should be 'b = a'):
if [ "$RVAL" == "$TODO_UID" ]; then 
possible bashism in ./ktimetracker/test/delete.sh line 22 (should be 'b = a'):
if [ "$RVAL" == "" ]; then 

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