Debian Automated Code Analysis

checkbashisms analysis of scilab_5.3.1-4.dsc

possible bashism in ./configure line 381 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./configure line 11802 (should be 'b = a'):
   if test "x=" == "x"; then
possible bashism in ./configure line 12020 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 13687 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 14551 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 19492 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 24298 (should be 'b = a'):
	if test "$TCL_VERSION" == "can't happen"; then
possible bashism in ./configure line 25360 (should be 'b = a'):
if test COMPILATION_TESTS=yes -a "$TESTNG" == ""; then
possible bashism in ./tools/localization/updateLocalizationModule.sh line 70 (bash arrays, ${name[0|*|@]}):
NB_ELEMENT=${#EXTENSIONS[@]}
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 45 (should be 'b = a'):
    if test "$LOC" == "fr"; then LOC="fr_FR"; fi # Retrieve real format
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 46 (should be 'b = a'):
    if test "$LOC" == "ru"; then LOC="ru_RU"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 47 (should be 'b = a'):
    if test "$LOC" == "de"; then LOC="de_DE"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 48 (should be 'b = a'):
    if test "$LOC" == "ca"; then LOC="ca_ES"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 49 (should be 'b = a'):
    if test "$LOC" == "es"; then LOC="es_ES"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 50 (should be 'b = a'):
    if test "$LOC" == "ja"; then LOC="ja_JP"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 51 (should be 'b = a'):
    if test "$LOC" == "it"; then LOC="it_IT"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 52 (should be 'b = a'):
    if test "$LOC" == "uk"; then LOC="uk_UA"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 53 (should be 'b = a'):
    if test "$LOC" == "pl"; then LOC="pl_PL"; fi
possible bashism in ./modules/dynamic_link/src/scripts/configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3

This report was generated on Mon, 18 Apr 2011 06:38:24 +0000, based on results by checkbashisms 2.10.65git5