Debian Automated Code Analysis

checkbashisms analysis of skim_1.4.5-4.1.dsc

possible bashism in ./configure line 20 (echo -e):
	  echo -e $GREEN"not found!"$NORMAL
possible bashism in ./configure line 26 (echo -e):
	echo -e $GREEN"$PYTHON"$NORMAL
possible bashism in ./configure line 40 (echo -e):
	  echo -e $BOLD"Use Bundled scons."$NORMAL
possible bashism in ./configure line 45 (echo -e):
	  echo -e $GREEN"$SCONS"$NORMAL
possible bashism in ./configure line 82 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "--help" ]]; then
possible bashism in ./configure line 82 (should be 'b = a'):
if [[ "$1" == "--help" ]]; then

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