Debian Automated Code Analysis

checkbashisms analysis of pgpool2_1.3-2.dsc

possible bashism in ./redhat/pgpool.init line 21 (typeset):
TYPESET=`typeset -f|grep "declare"`
possible bashism in ./redhat/pgpool.init line 60 ($"foo" should be eval_gettext "foo"):
	PGPOOL_START=$"Starting ${NAME} service: "
possible bashism in ./redhat/pgpool.init line 80 ($"foo" should be eval_gettext "foo"):
	echo -n $"Stopping ${NAME} service: "
possible bashism in ./redhat/pgpool.init line 81 ($UID should be "$(id -ru)"):
        if [ $UID -ne 0 ]; then
possible bashism in ./redhat/pgpool.init line 94 ($"foo" should be eval_gettext "foo"):
	echo -n $"Sending switchover request to $NAME "
possible bashism in ./redhat/pgpool.init line 113 ($"foo" should be eval_gettext "foo"):
echo -n $"Reloading ${NAME}: "
possible bashism in ./redhat/pgpool.init line 117 ($"foo" should be eval_gettext "foo"):
      failure $"Reloading ${NAME}"
possible bashism in ./redhat/pgpool.init line 159 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|switch|status|restart|condrestart|condstop|reload|force-reload}"

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