Debian Automated Code Analysis

checkbashisms analysis of comixcursors_0.6.1-4.dsc

possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 11 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -f ComixCursorsConfigs/$c-$s.CONFIG && -f ComixCursorsConfigs/$c-$s.theme ]] ; then
possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 12 (echo -e):
      echo -e "\ninstalling \"$c $s\":\n"
possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 23 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -f ComixCursorsConfigs/$c-$s-Slim.CONFIG && -f ComixCursorsConfigs/$c-$s-Slim.theme ]] ; then
possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 24 (echo -e):
      echo -e "\ninstalling \"$c $s Slim\":\n"
possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 37 (echo -e):
echo -e "\ninstalling Ghost:\n"
possible bashism in ./.pc/01-declare-bash-programs.patch/install-all.sh line 46 (echo -e):
echo -e "\ninstalling Christmas:\n"

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