Debian Automated Code Analysis

checkbashisms analysis of net-snmp_5.4.3~dfsg-2.dsc

possible bashism in ./configure line 26141 (echo -e):
    echo -e "\n****************************************************************"
possible bashism in ./configure line 26192 (echo -e):
    echo -e "\n================================================================"
possible bashism in ./configure line 26597 (echo -e):
    echo -e "\nchecking '$srcdir/$mibdir/$i.c' ($mnm/`basename $i`) C file for init/shutdown"
possible bashism in ./configure line 26612 (echo -e):
    echo -e "adding init_$mnm() to list"
possible bashism in ./configure line 26622 (echo -e):
              echo -e "\nadding shutdown_$mnm() to list"
possible bashism in ./configure line 26823 (echo -e):
   echo -e "\nFinal module list: $module_list_code"
possible bashism in ./testing/TESTCONF.sh line 137 ($RANDOM):
        if test -z "$RANDOM"; then
possible bashism in ./testing/TESTCONF.sh line 142 ($RANDOM):
            BASE_PORT=`expr $BASE_PORT + \( $RANDOM % 100 \)`
possible bashism in ./testing/RUNTESTS line 154 ($(OS|MACH)TYPE):
if [ "x$OSTYPE" = "xmsys" ]; then
possible bashism in ./dist/snmpd-init.d line 26 ($"foo" should be eval_gettext "foo"):
        echo -n $"Starting $name: "
possible bashism in ./dist/snmpd-init.d line 36 ($"foo" should be eval_gettext "foo"):
        echo -n $"Shutting down $name: "
possible bashism in ./dist/snmpd-init.d line 69 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|restart|condrestart|status}"
possible bashism in ./dist/snmptrapd-init.d line 26 ($"foo" should be eval_gettext "foo"):
        echo -n $"Starting $name: "
possible bashism in ./dist/snmptrapd-init.d line 36 ($"foo" should be eval_gettext "foo"):
        echo -n $"Shutting down $name: "
possible bashism in ./dist/snmptrapd-init.d line 69 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|restart|condrestart|status}"

This report was generated on Fri, 07 Jan 2011 06:38:08 +0000, based on results by checkbashisms 2.10.65git5