Debian Automated Code Analysis

checkbashisms analysis of ants_1.9+svn532-5.dsc

possible bashism in ./Scripts/ANTSAverage3DAffine.sh line 29 (let ...):
for x in $LL ; do  PARAM1=` awk -v a=$PARAM1 -v b=$x 'BEGIN{print (a + b)}' ` ;  let NFILES=$NFILES+1  ; done
possible bashism in ./Scripts/landmarkmatch.sh line 28 (let ...):
let DD=MM-NN
possible bashism in ./Scripts/landmarkmatch.sh line 37 (let ...):
let DD=MM-NN
possible bashism in ./Scripts/lohmann.sh line 45 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -s ${OUTPUTNAME}repaired.nii.gz ]] ; then 
possible bashism in ./Scripts/lohmann.sh line 51 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -s $WM ]] ; then 
possible bashism in ./Scripts/lohmann.sh line 57 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -s  ${OUT}max.nii.gz ]] ; then 
possible bashism in ./Scripts/ANTSAverage2DAffine.sh line 22 (let ...):
for x in $LL ; do  PARAM1=` awk -v a=$PARAM1 -v b=$x 'BEGIN{print (a + b)}' ` ;  let NFILES=$NFILES+1  ; done

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