Debian Automated Code Analysis

checkbashisms analysis of yate_2.2.0-1~dfsg-1.1.dsc

possible bashism in ./packing/rpm/yate.init line 21 ($"foo" should be eval_gettext "foo"):
    echo -n $"Starting YATE: "
possible bashism in ./packing/rpm/yate.init line 30 ($"foo" should be eval_gettext "foo"):
    echo -n $"Stopping YATE: "
possible bashism in ./packing/rpm/yate.init line 66 ($"foo" should be eval_gettext "foo"):
	echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}"
possible bashism in ./share/scripts/play.sh line 7 (read without variable):
read
possible bashism in ./share/scripts/echo.sh line 11 (read without variable):
read
possible bashism in ./share/scripts/test.sh line 12 ($RANDOM):
    echo "%%>message:$$-$RANDOM:$t:$*"
possible bashism in ./share/scripts/test.sh line 20 ('((' should be '$(('):
    for ((i=1; i<10; i++)); do
possible bashism in ./share/scripts/test.sh line 22 ($RANDOM):
	gen_message "testmsg:retval:val=$i:random=$RANDOM"
possible bashism in ./share/scripts/test.sh line 36 (read without variable):
while read; do
possible bashism in ./share/scripts/noise.sh line 7 (read without variable):
read

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