Debian Automated Code Analysis

checkbashisms analysis of entagged_0.35-3.dsc

possible bashism in ./entagged/tageditor/resources/langage/compare.sh line 2 (alternative test command ([[ foo ]] should be [ foo ])):
[[ $1 == "" ]] && echo "./compare.sh xxx.lang" && exit
possible bashism in ./entagged/tageditor/resources/langage/compare.sh line 2 (should be 'b = a'):
[[ $1 == "" ]] && echo "./compare.sh xxx.lang" && exit
possible bashism in ./entagged/tageditor/resources/langage/sort-lang.sh line 2 (alternative test command ([[ foo ]] should be [ foo ])):
[[ $1 == "" ]] && echo "./sort-lang.sh xxx.lang" && exit
possible bashism in ./entagged/tageditor/resources/langage/sort-lang.sh line 2 (should be 'b = a'):
[[ $1 == "" ]] && echo "./sort-lang.sh xxx.lang" && exit

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