Debian Automated Code Analysis

checkbashisms analysis of libcap2_2.19-3.dsc

possible bashism in ./contrib/pcaps4server line 41 (echo -e):
	echo -e "\n\033[00;31m $1 ...\033[00;00m\n"
possible bashism in ./contrib/pcaps4server line 46 (echo -e):
	echo -e "\033[00;32m $1 ...\033[00;00m\n"
possible bashism in ./contrib/pcaps4server line 78 (should be 'b = a'):
	if [ "$( id -g apache 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 81 (should be 'b = a'):
	if [ "$( id -u apache 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 113 (should be 'b = a'):
	if [ "$( id -g apache 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 116 (should be 'b = a'):
	if [ "$( id -u apache 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 149 (should be 'b = a'):
	if [ "$( id -g samba 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 152 (should be 'b = a'):
	if [ "$( id -u samba 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 189 (should be 'b = a'):
	if [ "$( id -g bind 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 192 (should be 'b = a'):
	if [ "$( id -u bind 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 222 (should be 'b = a'):
	if [ "$( id -g dhcpd 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 225 (should be 'b = a'):
	if [ "$( id -u dhcpd 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 255 (should be 'b = a'):
	if [ "$( id -g cupsd 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 258 (should be 'b = a'):
	if [ "$( id -u cupsd 2>/dev/null )" == "" ]; then
possible bashism in ./contrib/pcaps4server line 349 (should be 'b = a'):
	if [ "$1" == "$i" ]; then

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