Debian Automated Code Analysis

checkbashisms analysis of kdevelop_3.5.5-1.1.dsc

possible bashism in ./languages/cpp/app_templates/kscons_kxt/messages.sh line 39 (echo -e):
echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > $SRCDIR/_translatorinfo.cpp
possible bashism in ./languages/cpp/app_templates/kscons_kxt/messages.sh line 42 ((push|pop)d):
pushd $TIPSDIR; preparetips >tips.cpp; popd
possible bashism in ./languages/cpp/app_templates/kscons_kmdi/messages.sh line 39 (echo -e):
echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > $SRCDIR/_translatorinfo.cpp
possible bashism in ./languages/cpp/app_templates/kscons_kmdi/messages.sh line 42 ((push|pop)d):
pushd $TIPSDIR; preparetips >tips.cpp; popd
possible bashism in ./parts/appwizard/common/scons/configure line 20 (echo -e):
	  echo -e $GREEN"not found!"$NORMAL
possible bashism in ./parts/appwizard/common/scons/configure line 26 (echo -e):
	echo -e $GREEN"$PYTHON"$NORMAL
possible bashism in ./parts/appwizard/common/scons/configure line 39 (echo -e):
	  echo -e $BOLD"not found, will use mini distribution."$NORMAL
possible bashism in ./parts/appwizard/common/scons/configure line 43 (echo -e):
	  echo -e $GREEN"$SCONS"$NORMAL
possible bashism in ./parts/appwizard/common/scons/configure line 80 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ "$1" == "--help" ]]; then
possible bashism in ./parts/appwizard/common/scons/configure line 80 (should be 'b = a'):
if [[ "$1" == "--help" ]]; then
possible bashism in ./parts/appwizard/common/admin/cvs.sh line 552 (echo -e):
	echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp
possible bashism in ./admin/cvs.sh line 552 (echo -e):
	echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp

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