Debian Automated Code Analysis

checkbashisms analysis of deal.ii_6.3.1-1.dsc

possible bashism in ./configure line 3749 (should be 'b = a'):
        if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x" ; then
possible bashism in ./configure line 5227 (should be 'b = a'):
        if test "x$is_intel_icc" != "x" -a "x$is_pgi" == "x"; then
possible bashism in ./configure line 13202 (should be VAR="${VAR}foo"):
    PETSC_VERSION+="-dev"
possible bashism in ./configure line 13204 (should be VAR="${VAR}foo"):
    PETSC_VERSION+=""
possible bashism in ./configure line 13424 (should be VAR="${VAR}foo"):
    SLEPC_VERSION+="-dev"
possible bashism in ./configure line 13426 (should be VAR="${VAR}foo"):
    SLEPC_VERSION+=""
possible bashism in ./configure line 15381 (should be 'b = a'):
  if test "x$UMFPACK_DIR" != "x" -a "x$acx_umfpack" == "xno" ; then
possible bashism in ./examples/step-25/doc/animate.sh line 32 (let ...):
    let tstep=tstep+$tstepinc

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