Debian Automated Code Analysis

checkbashisms analysis of mpich2_1.2.1.1-5.dsc

possible bashism in ./src/pm/hydra/tools/bind/hwloc/hwloc/utils/test-hwloc-distrib.sh.in line 16 ($RANDOM):
  tmp=$TMPDIR/foo$$-$RANDOM
possible bashism in ./src/pm/hydra/tools/bind/hwloc/hwloc/tests/lstopo_xml.sh.in line 16 ($RANDOM):
  tmp=$TMPDIR/foo$$-$RANDOM
possible bashism in ./src/env/rmshm line 44 ($UID should be "$(id -ru)"):
    	cat /proc/sysvipc/shm \
	| gawk '{if ($8 == uid) printf("%s %s\n", comm, $2)}' uid=$UID comm="$ipccmd shm " \
	| sh > /dev/null
possible bashism in ./src/env/rmshm line 53 ($UID should be "$(id -ru)"):
    	cat /proc/sysvipc/sem \
	| gawk '{if ($5 == uid) printf("%s %s\n", comm, $2)}' uid=$UID comm="$ipccmd sem " \
	| sh > /dev/null
possible bashism in ./src/mpi/romio/util/romioinstall.in line 72 (<<< here string):
    echo ">>> $1 is a directory; not copied <<<"
possible bashism in ./src/mpi/romio/util/tarch line 59 (test with unary -a (should be -e)):
 	if [ -a /dev/kmem ] ; then
possible bashism in ./src/mpi/romio/util/tarch line 85 (test with unary -a (should be -e)):
 	if [ -a /dev/kmem ] ; then
possible bashism in ./src/mpid/ch3/channels/nemesis/configure line 4609 (echo -e):
        nemesis_nets_macro_defs=`echo -e "${nemesis_nets_macro_defs}\n#define $net_macro $net_index"`
possible bashism in ./src/mpid/ch3/channels/nemesis/configure line 5950 (should be 'b = a'):
    if test "${net}" == "newmad" ; then
possible bashism in ./src/mpe2/src/slog2sdk/trace_sample/sbin/install-package.in line 170 (<<< here string):
    echo ">>> $1 is a directory; not installed <<<"
possible bashism in ./src/mpe2/src/slog2sdk/trace_rlog/sbin/install-package.in line 170 (<<< here string):
    echo ">>> $1 is a directory; not installed <<<"
possible bashism in ./src/mpe2/src/slog2sdk/sbin/install-package.in line 186 (<<< here string):
    echo ">>> $1 is a directory; not installed <<<"
possible bashism in ./src/mpe2/sbin/mpeinstall.in line 202 (<<< here string):
    echo ">>> $1 is a directory; not installed <<<"

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