Debian Automated Code Analysis

checkbashisms analysis of ngircd_15-0.1.dsc

possible bashism in ./contrib/Debian/ngircd.init line 40 (should be 'b = a'):
	[ "$1" == "0" ] && echo "." || echo " failed!"
possible bashism in ./contrib/ngircd-redhat.init line 44 ($"foo" should be eval_gettext "foo"):
    echo -n $"Starting $NAME: "
possible bashism in ./contrib/ngircd-redhat.init line 53 ($"foo" should be eval_gettext "foo"):
    echo -n $"Stopping $NAME: "
possible bashism in ./contrib/ngircd-redhat.init line 64 ($"foo" should be eval_gettext "foo"):
    echo -n $"Reloading configuration: "
possible bashism in ./contrib/ngircd-redhat.init line 85 ($"foo" should be eval_gettext "foo"):
     echo -n $"Configuration of $NAME is not valid, won't (re)start!"
possible bashism in ./contrib/ngircd-redhat.init line 86 ($"foo" should be eval_gettext "foo"):
     echo -n $"Run \"$DAEMON --configtest\" and fix it up ..."
possible bashism in ./contrib/ngircd-redhat.init line 115 ($"foo" should be eval_gettext "foo"):
	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload|test}"

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