Debian Automated Code Analysis

checkbashisms analysis of ppp_2.4.5-4.dsc

possible bashism in ./scripts/redialer line 34 ('function' is useless):
function initialize
possible bashism in ./scripts/redialer line 44 ('function' is useless):
function callnumber
possible bashism in ./scripts/redialer line 69 ('function' is useless):
function callall
possible bashism in ./debian/ppp-udeb.postinst line 183 ($HOST(TYPE|NAME)):
	if valid_hostname "$HOSTNAME"; then
possible bashism in ./debian/ppp-udeb.postinst line 211 (echo -e):
echo -e "127.0.0.1\tlocalhost" > /etc/hosts
possible bashism in ./debian/ppp-udeb.postinst line 213 ($HOST(TYPE|NAME)):
if [ "$HOSTNAME" ]; then
possible bashism in ./debian/ppp-udeb.postinst line 214 ($HOST(TYPE|NAME)):
	echo "$HOSTNAME" >/etc/hostname
possible bashism in ./debian/ppp-udeb.postinst line 217 ($HOST(TYPE|NAME)):
		echo -e "127.0.1.1\t$HOSTNAME.$DOMAINNAME\t$HOSTNAME" >> /etc/hosts
possible bashism in ./debian/ppp-udeb.postinst line 217 (echo -e):
		echo -e "127.0.1.1\t$HOSTNAME.$DOMAINNAME\t$HOSTNAME" >> /etc/hosts
possible bashism in ./debian/ppp-udeb.postinst line 219 ($HOST(TYPE|NAME)):
		echo -e "127.0.1.1\t$HOSTNAME" >> /etc/hosts
possible bashism in ./debian/ppp-udeb.postinst line 219 (echo -e):
		echo -e "127.0.1.1\t$HOSTNAME" >> /etc/hosts

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