Debian Automated Code Analysis

checkbashisms analysis of bzflag_2.0.16.20100405.dsc

possible bashism in ./package/linux/install.linux line 10 ($EUID should be "$(id -u)"):
if [ $EUID != 0 ]; then
possible bashism in ./misc/pingtimes.sh line 21 ($RANDOM):
tempfile="/tmp/pingtimes.sh.$RANDOM.$$"
possible bashism in ./misc/touchcopyright line 29 (echo -e):
  echo -e -n "$file\r"
possible bashism in ./misc/serverstats.sh line 29 ($RANDOM):
tempfile="/tmp/servers.sh.$RANDOM.$$"
possible bashism in ./misc/serverstats.sh line 90 ($RANDOM):
	( sleep $sleeptime ; echo "/quit" ) | $bzadmin -ui stdboth serverstats_sh_$RANDOM@$server 2>&1 | grep "BZFlag server" >> $tempfile &
possible bashism in ./debian/buildsnap line 7 (should be 'b = a'):
if [ "$1" == "release" ] ; then
possible bashism in ./debian/buildsnap line 41 (should be 'b = a'):
if [ "$1" == "release" ] ; then
possible bashism in ./libtool line 536 ($RANDOM):
	my_tmpdir="${my_template}-${RANDOM-0}$$"
possible bashism in ./libtool line 5380 ('((' should be '$(('):
        (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))

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