Debian Automated Code Analysis

checkbashisms analysis of autopsy_2.24-1.dsc

possible bashism in ./configure line 254 ('((' should be '$(('):
  do if ((test -x ${d}fls) && (test -x ${d}ffind) && (test -x ${d}blkstat) && \
          (test -x ${d}blkls) && (test -x ${d}blkcat) && \
          (test -x ${d}mmls) && (test -x ${d}mmstat) && \
          (test -x ${d}fsstat) && (test -x ${d}img_stat) && \
          (test -x ${d}istat) && (test -x ${d}ifind) && \
          (test -x ${d}icat) && (test -x ${d}ils) && \
          (test -x ${d}srch_strings) && \
          (test -x ${d}mactime) && (test -x ${d}sorter)) then
possible bashism in ./configure line 278 ('((' should be '$(('):
    if ((test -x ${tskdir}/fls) && (test -x ${tskdir}/ffind) && (test -x ${tskdir}/blkstat) && \
          (test -x ${tskdir}/blkls) && (test -x ${tskdir}/blkcat) && \
          (test -x ${tskdir}/mmls) && (test -x ${tskdir}/mmstat) && \
          (test -x ${tskdir}/fsstat) && (test -x ${tskdir}/img_stat) && \
          (test -x ${tskdir}/istat) && (test -x ${tskdir}/ifind) && \
          (test -x ${tskdir}/icat) && (test -x ${tskdir}/ils) && \
          (test -x ${tskdir}/srch_strings) && \
          (test -x ${tskdir}/mactime) && (test -x ${tskdir}/sorter)) then

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