Debian Automated Code Analysis

checkbashisms analysis of scilab_5.3.0-final-2.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 11556 (should be 'b = a'):
   if test "x=" == "x"; then
possible bashism in ./configure line 11774 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 13441 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 14305 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 19246 (should be 'b = a'):
   if test "x" == "x"; then
possible bashism in ./configure line 25022 (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 44 (should be 'b = a'):
    if test "$LOC" == "fr"; then LOC="fr_FR"; fi # Retrieve real format
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 45 (should be 'b = a'):
    if test "$LOC" == "ru"; then LOC="ru_RU"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 46 (should be 'b = a'):
    if test "$LOC" == "de"; then LOC="de_DE"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 47 (should be 'b = a'):
    if test "$LOC" == "ca"; then LOC="ca_ES"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 48 (should be 'b = a'):
    if test "$LOC" == "es"; then LOC="es_ES"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 49 (should be 'b = a'):
    if test "$LOC" == "ja"; then LOC="ja_JP"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 50 (should be 'b = a'):
    if test "$LOC" == "it"; then LOC="it_IT"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 51 (should be 'b = a'):
    if test "$LOC" == "uk"; then LOC="uk_UA"; fi
possible bashism in ./tools/localization/dispatchLocalizationFile.sh line 52 (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 Tue, 08 Feb 2011 06:38:21 +0000, based on results by checkbashisms 2.10.65git5