Debian Automated Code Analysis

checkbashisms analysis of gdal_1.6.3-4.dsc

possible bashism in ./mkbindist.sh line 10 (should be 'b = a'):
if [ $1 == "-dev" ] ; then
possible bashism in ./mkbindist.sh line 25 (${foo:3[:1]}):
VERSION_NUM=${VERSION_NUM:0:4}
possible bashism in ./mkbindist.sh line 62 (should be 'b = a'):
if [ "$STRIP_DEV" == "1" ] ; then
possible bashism in ./configure line 23838 ($"foo" should be eval_gettext "foo"):
        if test -n "$oracle_version_major" -a -n $"oracle_version_minor"; then
possible bashism in ./configure line 25266 ($"foo" should be eval_gettext "foo"):
        if test -n "$oracle_version_major" -a -n $"oracle_version_minor"; then
possible bashism in ./configure line 27637 (should be 'b = a'):
        if test ! -z "`uname | grep Darwin`" -a ${with_libtool} == no ; then
possible bashism in ./configure line 27642 (should be 'b = a'):
        elif test ! -z "`uname | grep Darwin`" -a ${with_libtool} == yes ; then
possible bashism in ./gdalnightlysvn.sh line 54 (should be >word 2>&1):
${BUILDER} ${NIGHTLYVER} -date ${DATE} -branch ${SVNBRANCH} >& ${LOG}

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