Debian Automated Code Analysis

checkbashisms analysis of nordugrid-arc-nox-arex_1.1.0~rc6-2+b1_i386.deb

possible bashism in ./usr/lib/arc/submit-ll-job line 187 (bash arrays, ${name[0|*|@]}):
  for j in ${queue_times[@]}
possible bashism in ./usr/lib/arc/submit-sge-job line 106 ('((' should be '$(('):
        (( i++ ))
possible bashism in ./usr/lib/arc/cancel-lsf-job line 20 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?
possible bashism in ./usr/lib/arc/cancel-fork-job line 21 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?
possible bashism in ./usr/lib/arc/cancel-ll-job line 20 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?
possible bashism in ./usr/lib/arc/scan-gridfactory-job line 78 (let ...):
		let GF_TRIES=GF_TRIES+1 
possible bashism in ./usr/lib/arc/scan-gridfactory-job line 93 (should be 'b = a'):
		    [ $file == "$joboption_rsl_gmlog" ] && continue
possible bashism in ./usr/lib/arc/scan-gridfactory-job line 94 (should be 'b = a'):
		    [ $file == "$joboption_rsl_stdout" ] && continue
possible bashism in ./usr/lib/arc/scan-gridfactory-job line 95 (should be 'b = a'):
		    [ $file == "$joboption_rsl_stderr" ] && continue
possible bashism in ./usr/lib/arc/scan-gridfactory-job line 123 (should be 'b = a'):
		if [ $status_code == "NOT found" ]; then
possible bashism in ./usr/lib/arc/cancel-gridfactory-job line 26 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?
possible bashism in ./usr/lib/arc/submit-lsf-job line 99 (sourced script with arguments):
    . "$RUNTIME_CONFIG_DIR/${var_value}" "0"
possible bashism in ./usr/lib/arc/cancel-condor-job line 20 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?
possible bashism in ./usr/lib/arc/cancel-sge-job line 20 (sourced script with arguments):
. ${pkglibdir}/cancel_common.sh $1 || exit $?

This report was generated on Sat, 18 Dec 2010 01:08:04 +0000, based on results by checkbashisms 2.10.65git5