Debian Automated Code Analysis

checkbashisms analysis of knowledgeroot_0.9.9.5-6.dsc

possible bashism in ./system/php-gettext/tools/generate_locale.sh line 34 (echo -e):
          echo -e "\n>> Extension '$EXTENSION_NAME' not exists in `pwd`'/../../extension/'\nAbort!\n"
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 75 (echo -e):
echo -e "\n- Extracting languages and write to $KR_POTFILE_PATH/$KR_POTFILE \n" 
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 107 (should be >word 2>&1):
  msgmerge $f/$KR_POFILE $KR_POTFILE_PATH/$KR_POTFILE --output-file=$f/$KR_POFILE.new &> /dev/null
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 118 (echo -e):
echo -e "\n- Copying new po files, making backups:"
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 138 (echo -e):
echo -e "\n- Clean system. \n  Erase '$KR_POFILE.new' files and /tmp/out.txt"
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 147 (read with option other than -r):
  read -p "Do you want to erase the $KR_POFILE.orig files? Default is no. (y/n)" -n1 ans
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 148 (should be 'b = a'):
  if [ "$ans" == "y" -o "$ans" == "Y" ]; then
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 148 (should be 'b = a'):
  if [ "$ans" == "y" -o "$ans" == "Y" ]; then
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 152 (echo -e):
  echo -e "\n>> There were errors during the transition. Please fix!\n"
possible bashism in ./system/php-gettext/tools/generate_locale.sh line 156 (echo -e):
echo -e "\n\nFinish.\n"

This report was generated on Fri, 17 Dec 2010 04:38:09 +0000, based on results by checkbashisms 2.10.65git5