Debian Automated Code Analysis

checkbashisms analysis of slony1_1.2.22-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/postgresql-slony1.init line 26 (typeset):
TYPESET=`typeset -f|grep "declare"`
possible bashism in ./redhat/postgresql-slony1.init line 58 ($"foo" should be eval_gettext "foo"):
	SLON_START=$"Starting ${NAME} service: "
possible bashism in ./redhat/postgresql-slony1.init line 78 ($"foo" should be eval_gettext "foo"):
	echo -n $"Stopping ${NAME} service: "
possible bashism in ./redhat/postgresql-slony1.init line 79 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./redhat/postgresql-slony1.init line 97 ($"foo" should be eval_gettext "foo"):
echo -n $"Reloading ${NAME}: "
possible bashism in ./redhat/postgresql-slony1.init line 101 ($"foo" should be eval_gettext "foo"):
      failure $"Reloading ${NAME}"
possible bashism in ./redhat/postgresql-slony1.init line 140 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|status|restart|condrestart|condstop|reload|force-reload}"
possible bashism in ./tools/release_checklist.sh line 28 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ `egrep "^PACKAGE_VERSION='${VERDOTTED}'\$" configure` ]]; then
possible bashism in ./tools/release_checklist.sh line 35 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ `egrep "^PACKAGE_STRING='postgresql-slony1 ${VERDOTTED}'\$" configure` ]]; 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 182 (should be 'b = a'):
          if [ "x${logship}" == "xtrue" ]; then    # Don't bother generating nodes used for log shipping
possible bashism in ./tests/run_test.sh line 222 (alternative test command ([[ foo ]] should be [ foo ])):
            if [[ "x${logship}" == "xtrue" || "x${blogship}" == "xtrue" ]]; then
possible bashism in ./tests/run_test.sh line 222 (should be 'b = a'):
            if [[ "x${logship}" == "xtrue" || "x${blogship}" == "xtrue" ]]; then
possible bashism in ./tests/run_test.sh line 433 ($SHLVL):
      if [ "x$SHLVL" != "x" ]; then
possible bashism in ./tests/run_test.sh line 502 (should be 'b = a'):
        if [ "x${logship}" == "xtrue" ]; then

This report was generated on Fri, 17 Dec 2010 06:39:19 +0000, based on results by checkbashisms 2.10.65git5