Debian Automated Code Analysis

checkbashisms analysis of systemtap_1.2-5.dsc

possible bashism in ./configure line 6310 (should be 'b = a'):
if test "x$enable_pie" == xyes; then
possible bashism in ./configure line 6481 (should be 'b = a'):
 if test "$enable_translator" == "yes"; then
possible bashism in ./configure line 6743 (should be 'b = a'):
   if test "$enable_docs" == "yes"; then
possible bashism in ./configure line 6748 (should be 'b = a'):
  if test "$enable_docs" == "check"; then
possible bashism in ./configure line 6753 (should be 'b = a'):
if test "x${have_latex}${have_dvips}${have_ps2pdf}${have_latex2html}" == "xyesyesyesyes" -a "$enable_docs" != "no"; then
possible bashism in ./configure line 6756 (should be 'b = a'):
 if test "$building_docs" == "yes"; then
possible bashism in ./configure line 6773 (should be 'b = a'):
if test "$building_docs" == "no" -a "$enable_publican" == "yes" ; then
possible bashism in ./configure line 6816 (should be 'b = a'):
if test "$enable_publican" == "yes"; then
possible bashism in ./configure line 6823 (should be 'b = a'):
if test "x${have_publican}" == "xyes" -a "$enable_publican" != "no" -a "${building_docs}" == "yes"; then
possible bashism in ./configure line 6826 (should be 'b = a'):
 if test "$building_publican" == "yes"; then
possible bashism in ./configure line 6854 (should be 'b = a'):
if test "$building_docs" == "no" -a "$enable_refdocs" == "yes" ; then
possible bashism in ./configure line 6897 (should be 'b = a'):
if test "$enable_refdocs" == "yes"; then
possible bashism in ./configure line 6904 (should be 'b = a'):
if test "x${have_xmlto}" == "xyes" -a "$enable_refdocs" != "no" -a "${building_docs}" == "yes"; then
possible bashism in ./configure line 6907 (should be 'b = a'):
 if test "$building_refdocs" == "yes"; then
possible bashism in ./configure line 6926 (should be 'b = a'):
if test "x${have_xmlto}" == "xyes"; then
possible bashism in ./configure line 6930 (should be 'b = a'):
   if test $? == 0; then
possible bashism in ./configure line 6940 (should be 'b = a'):
 if test "$have_xmlto_stringparam" == "yes"; then
possible bashism in ./configure line 6949 (should be 'b = a'):
if test "x${building_refdocs}" == "xyes"; then
possible bashism in ./configure line 6952 (should be >word 2>&1):
   xmlto pdf conftest.xml >& /dev/null
possible bashism in ./configure line 6953 (should be 'b = a'):
   if test $? == 0; then
possible bashism in ./configure line 6965 (should be 'b = a'):
 if test "maybe later" == "yes"; then
possible bashism in ./configure line 7423 (should be 'b = a'):
    if test "$enable_server" == "yes"; then
possible bashism in ./configure line 7428 (should be 'b = a'):
    if test "$enable_server" == "check"; then
possible bashism in ./configure line 7440 (should be 'b = a'):
 if test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes" -a "$enable_server" != "no"; then
possible bashism in ./configure line 7448 (should be 'b = a'):
 if test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes"; then
possible bashism in ./configure line 7882 (should be 'b = a'):
   if test "x${have_gtkmm}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./configure line 7955 (should be 'b = a'):
   if test "x${have_libglade}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./configure line 8128 (should be 'b = a'):
   if test "x${have_boost_headers}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./configure line 8134 (should be 'b = a'):
      if test "x${have_gtkmm}${have_libglade}${have_boost_headers}" == "xyesyesyes"; then
possible bashism in ./configure line 8143 (should be 'b = a'):
if test "x${have_grapher_reqs}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./configure line 8149 (should be 'b = a'):
 if test "x${have_grapher_reqs}" == "xyes" -a x"$enable_grapher" != "xno"; then
possible bashism in ./configure line 8246 (should be 'b = a'):
  if test "x$have_librpm" != "xyes" -a "$with_rpm" == "yes"; then
possible bashism in ./configure line 9003 (${parm/?/pat[/str]}):
   bash ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \
				--includedir="${here}/include-elfutils" \
				--libdir="${here}/lib-elfutils" \
				--exec-prefix="$exec_prefix" \
				--prefix="$prefix" \
				CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag" \
				LDFLAGS="$LDFLAGS $elfutils_rpath" &&
possible bashism in ./configure line 9336 (should be 'b = a'):
if test $enable_translator == "yes"; then
possible bashism in ./run-staprun.in line 7 (should be 'b = a'):
[ "$rundir" == "$0" ] || builddir="$rundir"
possible bashism in ./testsuite/transok/tval-opt.stp line 10 (should be 'b = a'):
test x"$s1" == x"$s2"
possible bashism in ./.pc/new-elfutils.diff/configure line 6310 (should be 'b = a'):
if test "x$enable_pie" == xyes; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6481 (should be 'b = a'):
 if test "$enable_translator" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6743 (should be 'b = a'):
   if test "$enable_docs" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6748 (should be 'b = a'):
  if test "$enable_docs" == "check"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6753 (should be 'b = a'):
if test "x${have_latex}${have_dvips}${have_ps2pdf}${have_latex2html}" == "xyesyesyesyes" -a "$enable_docs" != "no"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6756 (should be 'b = a'):
 if test "$building_docs" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6773 (should be 'b = a'):
if test "$building_docs" == "no" -a "$enable_publican" == "yes" ; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6816 (should be 'b = a'):
if test "$enable_publican" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6823 (should be 'b = a'):
if test "x${have_publican}" == "xyes" -a "$enable_publican" != "no" -a "${building_docs}" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6826 (should be 'b = a'):
 if test "$building_publican" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6854 (should be 'b = a'):
if test "$building_docs" == "no" -a "$enable_refdocs" == "yes" ; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6897 (should be 'b = a'):
if test "$enable_refdocs" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6904 (should be 'b = a'):
if test "x${have_xmlto}" == "xyes" -a "$enable_refdocs" != "no" -a "${building_docs}" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6907 (should be 'b = a'):
 if test "$building_refdocs" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6926 (should be 'b = a'):
if test "x${have_xmlto}" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6930 (should be 'b = a'):
   if test $? == 0; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6940 (should be 'b = a'):
 if test "$have_xmlto_stringparam" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6949 (should be 'b = a'):
if test "x${building_refdocs}" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6952 (should be >word 2>&1):
   xmlto pdf conftest.xml >& /dev/null
possible bashism in ./.pc/new-elfutils.diff/configure line 6953 (should be 'b = a'):
   if test $? == 0; then
possible bashism in ./.pc/new-elfutils.diff/configure line 6965 (should be 'b = a'):
 if test "maybe later" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7423 (should be 'b = a'):
    if test "$enable_server" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7428 (should be 'b = a'):
    if test "$enable_server" == "check"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7440 (should be 'b = a'):
 if test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes" -a "$enable_server" != "no"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7448 (should be 'b = a'):
 if test "x${have_nss_includes}${have_nss_libs}${have_certutil}" == "xyesyesyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7882 (should be 'b = a'):
   if test "x${have_gtkmm}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 7955 (should be 'b = a'):
   if test "x${have_libglade}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 8128 (should be 'b = a'):
   if test "x${have_boost_headers}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 8134 (should be 'b = a'):
      if test "x${have_gtkmm}${have_libglade}${have_boost_headers}" == "xyesyesyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 8143 (should be 'b = a'):
if test "x${have_grapher_reqs}" == "xno" -a x"$enable_grapher" == "xyes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 8149 (should be 'b = a'):
 if test "x${have_grapher_reqs}" == "xyes" -a x"$enable_grapher" != "xno"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 8246 (should be 'b = a'):
  if test "x$have_librpm" != "xyes" -a "$with_rpm" == "yes"; then
possible bashism in ./.pc/new-elfutils.diff/configure line 9003 (${parm/?/pat[/str]}):
   bash ${elfutils_srcdir}/configure --enable-libebl-subdir=${PACKAGE_NAME} \
				--includedir="${here}/include-elfutils" \
				--libdir="${here}/lib-elfutils" \
				--exec-prefix="$exec_prefix" \
				--prefix="$prefix" \
				CFLAGS="${CFLAGS/-Wall/} $gnu89_inline_flag" \
				LDFLAGS="$LDFLAGS $elfutils_rpath" &&
possible bashism in ./.pc/new-elfutils.diff/configure line 9336 (should be 'b = a'):
if test $enable_translator == "yes"; then
possible bashism in ./run-stap.in line 7 (should be 'b = a'):
[ "$rundir" == "$0" ] || builddir="$rundir"

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