Debian Automated Code Analysis

checkbashisms analysis of sdcc_2.9.0-5.dsc

possible bashism in ./debugger/mcs51/configure.in line 108 (alternative test command ([[ foo ]] should be [ foo ])):
  :*[[\\/]]:) $1=`echo "[$]$1" | sed 's,[[\\/]]*[$],,'` ;;
possible bashism in ./configure.in line 150 (alternative test command ([[ foo ]] should be [ foo ])):
  :*[[\\/]]:) $1=`echo "[$]$1" | sed 's,[[\\/]]*[$],,'` ;;
possible bashism in ./configure.in line 182 (alternative test command ([[ foo ]] should be [ foo ])):
  adl_RECURSIVE_EVAL([[$]_lcl_from], [_lcl_from])
possible bashism in ./configure.in line 183 (alternative test command ([[ foo ]] should be [ foo ])):
  adl_RECURSIVE_EVAL([[$]_lcl_to], [_lcl_to])
possible bashism in ./configure.in line 202 ('function' is useless):
dnl of $RESULT to that value.  This function work on raw filenames
possible bashism in ./configure.in line 421 (alternative test command ([[ foo ]] should be [ foo ])):
[AC_LANG_PROGRAM([AC_INCLUDES_DEFAULT], [[
possible bashism in ./configure.in line 436 (alternative test command ([[ foo ]] should be [ foo ])):
[[short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
possible bashism in ./configure.in line 442 (alternative test command ([[ foo ]] should be [ foo ])):
[[ _ascii (); _ebcdic (); ]])],
possible bashism in ./configure.in line 849 (alternative test command ([[ foo ]] should be [ foo ])):
                        path(argv[[0]])${incPath2}
possible bashism in ./configure.in line 852 (alternative test command ([[ foo ]] should be [ foo ])):
                        path(argv[[0]])${libPath2}${dirch}<model>
possible bashism in ./sim/ucsim/configure.in line 314 ('((' should be '$(('):
  if ((f= fopen("conftest.data", "r")) == NULL)
possible bashism in ./sim/ucsim/configure.in line 337 ('((' should be '$(('):
  if ((getcwd(NULL, 0)) == NULL)

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