Debian Automated Code Analysis

checkbashisms analysis of libsmbios_2.0.3.dfsg-1.1.dsc

possible bashism in ./configure line 21597 (${!name}):
    if test -z "${!i}"; then
possible bashism in ./configure line 21598 (${!name}):
        eval $i=${!varname}; export $i
possible bashism in ./cppunit/runtests.sh line 7 ($RANDOM):
TMPDIR=$(mktemp -d  /tmp/unittest-$$-$RANDOM-XXXXXX)
possible bashism in ./cppunit/runtests.sh line 10 (echo -e):
echo -e "\n\nRunning test for RBU"
possible bashism in ./cppunit/runtests.sh line 13 (echo -e):
echo -e "\n\nRunning Standalone tests."
possible bashism in ./cppunit/runtests.sh line 18 (echo -e):
    echo -e "\n\nRunning test for $i"
possible bashism in ./doc/pkgheader.sh line 52 ((push|pop)d):
    pushd $tmpdir >/dev/null 2>&1
possible bashism in ./doc/pkgheader.sh line 62 ((push|pop)d):
    popd >/dev/null 2>&1
possible bashism in ./build/scripts/compile-test.sh line 12 ($RANDOM):
outDir=cctest-$$-$RANDOM/

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