Debian Automated Code Analysis

checkbashisms analysis of cups-pdf_2.5.0-16.dsc

possible bashism in ./contrib/SELinux-HOWTO/update-module line 19 (should be 'b = a'):
if [ "x$SELINUXENABLED" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 25 (should be 'b = a'):
if [ x"$GETENFORCE" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 31 (should be 'b = a'):
if [ x"$GETSEBOOL" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 37 (should be 'b = a'):
if [ x"$CHECKMODULE" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 45 (should be 'b = a'):
if [ x"$SEMODULE_PACKAGE" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 51 (should be 'b = a'):
if [ x"$SEMODULE" == "x" ]; then
possible bashism in ./contrib/SELinux-HOWTO/update-module line 71 (should be 'b = a'):
if [ "`$GETSEBOOL cupsd_disable_trans`" == "cupsd_disable_trans --> on" ]; then

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