Debian Automated Code Analysis

checkbashisms analysis of salome_5.1.3-9.dsc

possible bashism in ./PYHELLO_SRC_5.1.3/bin/runAppli.in line 35 (let ...):
    let limit=limit+100
possible bashism in ./PYHELLO_SRC_5.1.3/bin/runAppli.in line 44 (alternative test command ([[ foo ]] should be [ foo ])):
            if [[ `python -c "import CORBA; print CORBA.ORB_ID"` = "omniORB4" ]]; then
possible bashism in ./PYHELLO_SRC_5.1.3/bin/runAppli.in line 52 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $NSPORT -eq $limit ]] ; then
possible bashism in ./PYHELLO_SRC_5.1.3/bin/runAppli.in line 58 (let ...):
        let NSPORT=NSPORT+1
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadEntete.sh line 33 (echo -e):
echo -e " ------------------------\n">> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadEntete.sh line 75 (echo -e):
		echo -e "\n">> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadEntete.sh line 83 (echo -e):
	echo -e "\n" >> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadCoordinate.sh line 34 (echo -e):
echo -e " -------------------------------\n">> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadCoordinate.sh line 76 (echo -e):
		echo -e "\n">> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MEDMEM/DataTest/testreadCoordinate.sh line 84 (echo -e):
	echo -e "\n" >> ${RESULT}
possible bashism in ./MED_SRC_5.1.3/src/MedClient/test/environ/csh/stopContainer.in line 84 ($HOST(TYPE|NAME)):
NODE=Containers.dir/${HOSTNAME}.dir/${CONTAINER_NAME}
possible bashism in ./MED_SRC_5.1.3/src/MedClient/test/environ/csh/stopContainer.in line 97 (should be >word 2>&1):
	kill -9 `echo ${PROCESS}` >& /dev/null
possible bashism in ./HELLO_SRC_5.1.3/bin/runAppli.in line 35 (let ...):
    let limit=limit+100
possible bashism in ./HELLO_SRC_5.1.3/bin/runAppli.in line 44 (alternative test command ([[ foo ]] should be [ foo ])):
            if [[ `python -c "import CORBA; print CORBA.ORB_ID"` = "omniORB4" ]]; then
possible bashism in ./HELLO_SRC_5.1.3/bin/runAppli.in line 52 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $NSPORT -eq $limit ]] ; then
possible bashism in ./HELLO_SRC_5.1.3/bin/runAppli.in line 58 (let ...):
        let NSPORT=NSPORT+1
possible bashism in ./MULTIPR_SRC_5.1.3/bin/runAppli.in line 14 (let ...):
    let limit=limit+100
possible bashism in ./MULTIPR_SRC_5.1.3/bin/runAppli.in line 23 (alternative test command ([[ foo ]] should be [ foo ])):
            if [[ `python -c "import CORBA; print CORBA.ORB_ID"` = "omniORB4" ]]; then
possible bashism in ./MULTIPR_SRC_5.1.3/bin/runAppli.in line 31 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $NSPORT -eq $limit ]] ; then
possible bashism in ./MULTIPR_SRC_5.1.3/bin/runAppli.in line 37 (let ...):
        let NSPORT=NSPORT+1
possible bashism in ./KERNEL_SRC_5.1.3/bin/waitNS.sh line 25 (should be >word 2>&1):
  ls $HOME/$APPLI/USERS/.omniORB_${USER}_last.cfg >& /dev/null
possible bashism in ./CALCULATOR_SRC_5.1.3/bin/runAppli.in line 35 (let ...):
    let limit=limit+100
possible bashism in ./CALCULATOR_SRC_5.1.3/bin/runAppli.in line 44 (alternative test command ([[ foo ]] should be [ foo ])):
            if [[ `python -c "import CORBA; print CORBA.ORB_ID"` = "omniORB4" ]]; then
possible bashism in ./CALCULATOR_SRC_5.1.3/bin/runAppli.in line 52 (alternative test command ([[ foo ]] should be [ foo ])):
        if [[ $NSPORT -eq $limit ]] ; then
possible bashism in ./CALCULATOR_SRC_5.1.3/bin/runAppli.in line 58 (let ...):
        let NSPORT=NSPORT+1
possible bashism in ./YACS_SRC_5.1.3/src/wrappergen/src/HXX2SALOME_GENERIC_CLASS_NAME_SRC/build_configure line 29 (${parm/?/pat[/str]}):
VERSION=`echo ${VERSION/'$Name:'/}`
possible bashism in ./YACS_SRC_5.1.3/src/wrappergen/src/HXX2SALOME_GENERIC_CLASS_NAME_SRC/build_configure line 30 (${parm/?/pat[/str]}):
VERSION=`echo ${VERSION/'$'/}`
possible bashism in ./XDATA_SRC_5.1.3/configure line 2437 (should be >word 2>&1):
$PYTHON -c "import qt" &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/configure line 2440 (should be >word 2>&1):
  $PYTHON -c "import PyQt4" &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/configure line 2547 (should be >word 2>&1):
$PYTHON -c "import vtk" &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/configure line 2701 (should be >word 2>&1):
  $PYTHON -c "import omniORB" &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/configure line 2728 (should be 'b = a'):
if test "x$KERNEL_DIR" == "x" ; then
possible bashism in ./XDATA_SRC_5.1.3/configure line 2735 (should be 'b = a'):
if test "x$KERNEL_DIR" == "x" ; then
possible bashism in ./XDATA_SRC_5.1.3/configure line 2787 (should be 'b = a'):
if test "x$KERNEL_DIR" == "xno" ; then
possible bashism in ./XDATA_SRC_5.1.3/configure line 2791 (should be 'b = a'):
if test "x$KERNEL_DIR" == "x" ; then
possible bashism in ./XDATA_SRC_5.1.3/src/XDATAGUI/xdatagui line 7 (should be >word 2>&1):
python -c 'import xdata' &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/templates/TECHOBJ_ROOT/build_configure line 8 (should be >word 2>&1):
    python -c 'import xdata' &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/templates/TECHOBJ_ROOT/build_configure line 16 (sourced script with arguments):
    . $(python -c "import xdata ; print xdata.getInstallationDirectory()")/share/xdata/salome/build_configure
possible bashism in ./XDATA_SRC_5.1.3/templates/build_configure line 12 (${parm/?/pat[/str]}):
VERSION=`echo ${VERSION/'$Name:'/}`
possible bashism in ./XDATA_SRC_5.1.3/templates/build_configure line 13 (${parm/?/pat[/str]}):
VERSION=`echo ${VERSION/'$'/}`
possible bashism in ./XDATA_SRC_5.1.3/templates/MEDFIELDCREATOR_SRC/build_configure line 8 (should be >word 2>&1):
    python -c 'import xdata' &> /dev/null
possible bashism in ./XDATA_SRC_5.1.3/templates/MEDFIELDCREATOR_SRC/build_configure line 16 (sourced script with arguments):
    . $(python -c "import xdata ; print xdata.getInstallationDirectory()")/share/xdata/salome/build_configure

This report was generated on Fri, 17 Dec 2010 12:38:20 +0000, based on results by checkbashisms 2.10.65git5