Automated Code Analysis
possible bashism in ./proxy/mgmt2/html2/configure/helper/floppy.cgi line 31 (should be >word 2>&1):
umount $drive &> /dev/null
possible bashism in ./proxy/mgmt2/html2/configure/helper/floppy.cgi line 32 (should be >word 2>&1):
if mount | grep $drive &> /dev/null
possible bashism in ./proxy/mgmt2/html2/configure/helper/floppy.cgi line 61 (should be >word 2>&1):
umount $drive &> /dev/null
possible bashism in ./proxy/mgmt2/html2/configure/helper/floppy.cgi line 62 (should be >word 2>&1):
mount $drive &> /dev/null
possible bashism in ./proxy/mgmt2/html2/configure/helper/floppy.cgi line 63 (should be >word 2>&1):
if mount | grep $drive &> /dev/null
possible bashism in ./proxy/mgmt2/html2/agent-installer/installer.cgi line 308 ('$[' should be '$(('):
count=$[count+1]
possible bashism in ./proxy/mgmt2/cli2/cli_sethostname.sh line 42 ($HOST(TYPE|NAME)):
${HOSTNAME} $name
possible bashism in ./rc/trafficserver.in line 157 ('((' should be '$(('):
while (( $i < $PIDFILE_CHECK_RETRIES ))
possible bashism in ./rc/trafficserver.in line 161 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -f $TC_PIDFILE ]] && [[ -s $TC_PIDFILE ]]
possible bashism in ./rc/trafficserver.in line 168 ('((' should be '$(('):
(( i++ ))
This report was generated on Fri, 15 Apr 2011 06:38:33 +0000, based on results by checkbashisms 2.10.65git5