Debian Automated Code Analysis

checkbashisms analysis of slony1-2_2.0.6-1.dsc

possible bashism in ./configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./redhat/slony1.init line 22 (typeset):
TYPESET=`typeset -f|grep "declare"`
possible bashism in ./redhat/slony1.init line 41 (${foo:3[:1]}):
if [ ${NAME:0:1} = "S" -o ${NAME:0:1} = "K" ]
possible bashism in ./redhat/slony1.init line 43 (${foo:3[:1]}):
	NAME=${NAME:3}
possible bashism in ./redhat/slony1.init line 58 ($"foo" should be eval_gettext "foo"):
	SLON_START=$"Starting ${NAME} service: "
possible bashism in ./redhat/slony1.init line 78 ($"foo" should be eval_gettext "foo"):
	echo -n $"Stopping ${NAME} service: "
possible bashism in ./redhat/slony1.init line 79 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./redhat/slony1.init line 126 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|status|restart|condrestart|condstop}"
possible bashism in ./tools/start_slon.sh line 19 (should be 'b = a'):
if [ "x$PID_FILE" == "x" ]; then
possible bashism in ./.pc/05_includedir-order.patch/configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./tests/run_test.sh line 470 ($SHLVL):
      if [ "x$SHLVL" != "x" ]; then

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