Debian Automated Code Analysis

checkbashisms analysis of bist_0.5.1-1.dsc

possible bashism in ./configure line 2753 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $STATIC = "TRUE" ]]; then
possible bashism in ./configure line 2824 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opt = "" ]]; then
possible bashism in ./configure line 2832 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opt = "" ]]; then
possible bashism in ./configure line 2839 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opt = "" ]]; then
possible bashism in ./configure line 4304 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opt = "" ]]; then
possible bashism in ./configure line 4311 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $opt = "" ]]; then
possible bashism in ./configure line 4556 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$LIB_DIR_CONFIG" =~ $PATTERN_EXEC_PREFIX ]]; then
possible bashism in ./configure line 4557 (alternative test command ([[ foo ]] should be [ foo ])):
   if [[ $exec_prefix = "NONE" ]]; then
possible bashism in ./configure line 4558 (alternative test command ([[ foo ]] should be [ foo ])):
      [[ "$LIB_DIR_CONFIG"  =~  $PATTERN_GET_LAST_DIR ]];
possible bashism in ./configure line 4559 (alternative test command ([[ foo ]] should be [ foo ])):
      if [[ $prefix = "NONE" ]]; then
possible bashism in ./configure line 4569 (alternative test command ([[ foo ]] should be [ foo ])):
      [[ "$LIB_DIR_CONFIG"  =~ $PATTERN_GET_LAST_DIR ]];

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