Debian Automated Code Analysis

checkbashisms analysis of texmacs_1.0.7.7-1.1.dsc

possible bashism in ./configure line 6855 (${parm/?/pat[/str]}):
      ICONV_LDFLAGS="${ICONV_LDFLAGS/-liconv} -liconv"
possible bashism in ./debian/postrm.non line 3 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -f /usr/share/mime/packages/texmacs.xml ]];
possible bashism in ./debian/postrm.non line 8 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -f /usr/share/icons/gnome/scalable/mimetypes/text-texmacs.svg ]];
possible bashism in ./debian/postinst.non line 3 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -f /usr/share/texmacs/TeXmacs/misc/mime/texmacs.xml ]];
possible bashism in ./debian/postinst.non line 10 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ -f /usr/share/texmacs/TeXmacs/misc/images/text-texmacs.svg ]];
possible bashism in ./plugins/lush/bin/tm_lush line 3 (echo -e):
echo -ne "\002verbatim:"
possible bashism in ./plugins/lisp/bin/tm_lisp line 7 (echo -e):
	echo -ne "\002verbatim:"
possible bashism in ./plugins/lisp/bin/tm_lisp line 8 (echo -e):
	echo -ne "\002scheme:"
possible bashism in ./plugins/lisp/bin/tm_lisp line 12 (echo -e):
	echo -ne "\005"
possible bashism in ./plugins/lisp/bin/tm_lisp line 18 (echo -e):
	echo -ne "\002verbatim:"
possible bashism in ./plugins/lisp/bin/tm_lisp line 23 (echo -e):
	echo -ne "\002verbatim:"
possible bashism in ./plugins/xypic/bin/tm_xypic line 84 (echo -e):
	echo -ne "\n"
possible bashism in ./plugins/matlab/bin/tm_matlab line 2 (echo -e):
echo -ne "\002verbatim:"
possible bashism in ./plugins/maxima/bin/maxima_detect line 61 ($(OS|MACH)TYPE):
if [ "$OSTYPE" = "cygwin" ] ; then EXT='.bat'; else EXT=''; fi
possible bashism in ./plugins/maxima/bin/maxima_detect line 65 ($(OS|MACH)TYPE):
  if [ "$OSTYPE" = "cygwin" ]
possible bashism in ./plugins/mathematica/bin/tm_mathematica line 5 (echo -e):
    echo -e "$1"
possible bashism in ./plugins/feynmf/bin/tm_feynmf line 119 (echo -e):
	    echo -ne "\n"
possible bashism in ./plugins/gnuplot/bin/tm_gnuplot line 78 (echo -e):
	echo -ne "\n"	
possible bashism in ./plugins/octave/bin/tm_octave line 2 (echo -e):
echo -ne "\002verbatim:"
possible bashism in ./plugins/dratex/bin/tm_dratex line 86 (echo -e):
	echo -ne "\n"
possible bashism in ./cmake/CreateBundle.sh.in line 12 (alternative test command ([[ foo ]] should be [ foo ])):
if [[ $Xcode == "1x" ]]; then
possible bashism in ./cmake/CreateBundle.sh.in line 12 (should be 'b = a'):
if [[ $Xcode == "1x" ]]; then
possible bashism in ./cmake/CreateBundle.sh.in line 13 (alternative test command ([[ foo ]] should be [ foo ])):
  if [[ $BUILD_STYLE == "Debug" ]]; then
possible bashism in ./cmake/CreateBundle.sh.in line 13 (should be 'b = a'):
  if [[ $BUILD_STYLE == "Debug" ]]; then

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