Debian Automated Code Analysis

checkbashisms analysis of distcc_3.1-3.2.dsc

possible bashism in ./source/doc/example/init line 35 ($"foo" should be eval_gettext "foo"):
 	echo -n $"Starting $SERVICE: "
possible bashism in ./source/doc/example/init line 44 ($"foo" should be eval_gettext "foo"):
	echo -n $"Stopping $SERVICE: "
possible bashism in ./source/doc/example/init line 75 ($"foo" should be eval_gettext "foo"):
	echo $"Usage: $0 {start|stop|status|restart}"
possible bashism in ./source/contrib/redhat/init line 16 (should be '.', not 'source'):
source /etc/init.d/functions
possible bashism in ./source/contrib/redhat/init line 17 (should be '.', not 'source'):
source /etc/sysconfig/network
possible bashism in ./source/contrib/redhat/init line 20 (should be 'b = a'):
[ "${NETWORKING}" == "no" ] && exit 0
possible bashism in ./source/contrib/redhat/init line 31 (should be '.', not 'source'):
[ -r "$SYSCONFIG" ] && source "$SYSCONFIG"
possible bashism in ./source/contrib/redhat/init line 38 ($"foo" should be eval_gettext "foo"):
	echo -n $"Starting $desc ($prog): "
possible bashism in ./source/contrib/redhat/init line 47 ($"foo" should be eval_gettext "foo"):
	echo -n $"Shutting down $desc ($prog): "
possible bashism in ./source/contrib/redhat/init line 79 ($"foo" should be eval_gettext "foo"):
	echo $"Usage $0 {start|stop|restart|condrestart|status}"
possible bashism in ./source/contrib/netpwd line 22 ($HOST(TYPE|NAME)):
  dir=/net/${HOSTNAME-`uname -n`}$dir

This report was generated on Thu, 16 Dec 2010 16:38:11 +0000, based on results by checkbashisms 2.10.65git5