Debian Automated Code Analysis

checkbashisms analysis of lprng_3.8.A-3.dsc

possible bashism in ./UTILS/smbprint line 58 (should be '.', not 'source'):
	source ./general.cfg
possible bashism in ./conf/init.redhat line 46 ($"foo" should be eval_gettext "foo"):
    echo -n $"Starting $prog: "
possible bashism in ./conf/init.redhat line 48 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -x /usr/sbin/printconf-backend ]]; then
possible bashism in ./conf/init.redhat line 52 ($"foo" should be eval_gettext "foo"):
		echo -n $"No Printers Defined"
possible bashism in ./conf/init.redhat line 75 ($"foo" should be eval_gettext "foo"):
    echo -n $"Stopping $prog: "
possible bashism in ./conf/init.redhat line 110 ($"foo" should be eval_gettext "foo"):
	echo -n $"Reloading $prog: "
possible bashism in ./conf/init.redhat line 116 ($"foo" should be eval_gettext "foo"):
        echo $"Usage: $0 {start|stop|restart|condrestart|reload|status}"

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