Debian Automated Code Analysis

checkbashisms analysis of voxbo_1.8.5~svn1172-1.dsc

possible bashism in ./scripts/spm8_reslice.sh line 27 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# -lt 2 ]] ; then
possible bashism in ./scripts/spm8_reslice.sh line 69 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f $DIR/r$FNAME ]] ; then exit 1 ; fi
possible bashism in ./scripts/spm8_reslice.sh line 71 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/runperms.sh line 11 ('((' should be '$(('):
for (( iter=1 ; iter<=$COUNT ; iter++ )) ; do
possible bashism in ./scripts/spm8_warp.sh line 49 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# -lt 2 ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 68 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $BBNAME == "s1" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 68 (should be 'b = a'):
if [[ $BBNAME == "s1" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 73 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $BBNAME == "s3" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 73 (should be 'b = a'):
elif [[ $BBNAME == "s3" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 78 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $BBNAME == "t1" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 78 (should be 'b = a'):
elif [[ $BBNAME == "t1" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 83 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $BBNAME == "t2" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 83 (should be 'b = a'):
elif [[ $BBNAME == "t2" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 88 (alternative test command ([[ foo ]] should be [ foo ])):
elif [[ $BBNAME == "t3" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 88 (should be 'b = a'):
elif [[ $BBNAME == "t3" ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 103 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_warp.sh line 126 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f $DIR/w$FNAME ]] ; then exit 1 ; fi
possible bashism in ./scripts/spm8_warp.sh line 128 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_segment.sh line 40 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# -lt 2 ]] ; then
possible bashism in ./scripts/spm8_segment.sh line 63 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_segment.sh line 123 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f $DIR/w$FNAME ]] ; then exit 1 ; fi
possible bashism in ./scripts/spm8_segment.sh line 125 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_coreg.sh line 25 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# -lt 2 ]] ; then
possible bashism in ./scripts/spm8_coreg.sh line 75 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f $DIR/r$FNAME ]] ; then exit 1 ; fi
possible bashism in ./scripts/spm8_coreg.sh line 77 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_realign.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $# -lt 3 ]] ; then
possible bashism in ./scripts/spm8_realign.sh line 50 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then
possible bashism in ./scripts/spm8_realign.sh line 82 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ ! -f $DIR/r$FNAME ]] ; then exit 1 ; fi
possible bashism in ./scripts/spm8_realign.sh line 84 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -n $OUTFILE ]] ; then

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