Debian Automated Code Analysis

checkbashisms analysis of pexec_1.0~rc8-1.dsc

possible bashism in ./configure line 6213 (should be 'b = a'):
if test "$ac_cv_lib_c_socket" == no && test "$ac_cv_lib_socket_socket" == no ; then
possible bashism in ./configure line 6217 (should be 'b = a'):
elif test "$ac_cv_lib_socket_socket" == yes ; then
possible bashism in ./configure line 6223 (should be 'b = a'):
if test "$ac_cv_lib_c_gethostbyname" == no && test "$ac_cv_lib_nsl_gethostbyname" == no ; then
possible bashism in ./configure line 6227 (should be 'b = a'):
elif test "$ac_cv_lib_c_gethostbyname" == yes ; then
possible bashism in ./configure line 6229 (should be 'b = a'):
elif test "$ac_cv_lib_nsl_gethostbyname" == yes ; then
possible bashism in ./configure line 6235 (should be 'b = a'):
if test "$ac_cv_lib_c_setenv" == yes ; then
possible bashism in ./configure line 6239 (should be 'b = a'):
if test "$ac_cv_header_libintl_h" == yes && test "$ac_cv_lib_c_gettext" == yes ; then
possible bashism in ./configure line 6248 (should be 'b = a'):
if test "$ac_cv_header_sys_loadavg_h" == yes ; then
possible bashism in ./prepare line 3 (should be 'b = a'):
if test "x$1" == "x--help" ; then
possible bashism in ./prepare line 13 (should be 'b = a'):
if test "x$1" == "xclean" ; then

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