Debian Automated Code Analysis

checkbashisms analysis of netscript-2.4_5.2.2.dsc

possible bashism in ./netscript line 99 (should be '.', not 'source'):
[ -f $NETFILTER_CONF/network.conf ] \
	&& source $NETFILTER_CONF/network.conf
possible bashism in ./netscript line 102 (should be '.', not 'source'):
[ -f $NETFILTER_CONF/ipfilter.conf ] \
	&& source $NETFILTER_CONF/ipfilter.conf && IPFILTER=1
possible bashism in ./netscript line 104 (should be '.', not 'source'):
[ -f $NETFILTER_CONF/srvfilter.conf ] \
	&& source $NETFILTER_CONF/srvfilter.conf
possible bashism in ./netscript line 106 (should be '.', not 'source'):
[ -f $NETFILTER_CONF/if.conf ] \
	&& source $NETFILTER_CONF/if.conf
possible bashism in ./netscript line 108 (should be '.', not 'source'):
[ -f $NETFILTER_CONF/qos.conf ] \
	&& source $NETFILTER_CONF/qos.conf
possible bashism in ./netscript line 173 (declare):
		declare -F | grep $1 | sed -e "$STR"
possible bashism in ./netscript line 1469 (should be '.', not 'source'):
	source "$1"
possible bashism in ./netscript line 1898 (should be '.', not 'source'):
	source "$1"

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