Debian Automated Code Analysis

checkbashisms analysis of plplot_5.9.5-4.dsc

possible bashism in ./scripts/pstex2eps line 18 (echo -e):
	echo -e "\n\
	Usage: pstex2eps <filename>\n\
	\n\
	Where <filename> is the name of the output file you specified\n\
	with the -o option in PLplot.\n\
	There must exist two files, the postscript file without text,\n\
	<filename>, and the latex file with the text, <filename_t>.\n\
	The output file will be named <filename.eps>.\n\
	\n\
	The Computer Modern Type 1 fonts will be included in the output\n\
	eps file. If you intent to use the plot figure in LaTeX, just\n\
	use a plain \include{<filename_t>} in your latex file.\n"
possible bashism in ./scripts/generate_website.sh line 16 ($HOST(TYPE|NAME)):
echo "HOSTNAME = $HOSTNAME"
possible bashism in ./scripts/generate_website.sh line 33 ($HOST(TYPE|NAME)):
ssh $USERNAME@$HOSTNAME "rm -rf $WEBSITE_PREFIX; mkdir -p $WEBSITE_PREFIX; chmod u=rwx,g=rwxs $WEBSITE_PREFIX"
possible bashism in ./scripts/generate_website.sh line 62 ($HOST(TYPE|NAME)):
cmake \
    -DWWW_USER=$USERNAME \
    -DWWW_GROUP=$GROUPNAME \
    -DWWW_HOST=$HOSTNAME \
    -DWWW_DIR=$WEBSITE_PREFIX \
    -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON \
    -DPREBUILD_DIST=ON \
    -DBUILD_DOC=ON \
    ../plplot_source \
    >& cmake.out
possible bashism in ./scripts/generate_website.sh line 62 (should be >word 2>&1):
cmake \
    -DWWW_USER=$USERNAME \
    -DWWW_GROUP=$GROUPNAME \
    -DWWW_HOST=$HOSTNAME \
    -DWWW_DIR=$WEBSITE_PREFIX \
    -DDEFAULT_NO_BINDINGS=ON -DDEFAULT_NO_DEVICES=ON \
    -DPREBUILD_DIST=ON \
    -DBUILD_DOC=ON \
    ../plplot_source \
    >& cmake.out
possible bashism in ./scripts/generate_website.sh line 63 (should be >word 2>&1):
make VERBOSE=1 -j3 prebuild_dist >& make_prebuild.out
possible bashism in ./scripts/generate_website.sh line 66 ($HOST(TYPE|NAME)):
echo "Install the configured base part of the website to $WEBSITE_PREFIX on $HOSTNAME."
possible bashism in ./scripts/generate_website.sh line 68 (should be >word 2>&1):
make VERBOSE=1 www-install-base >& make_www-install-base.out
possible bashism in ./scripts/generate_website.sh line 71 ($HOST(TYPE|NAME)):
echo "Install the just-generated documentation to $WEBSITE_PREFIX/htdocs/docbook-manual on $HOSTNAME."
possible bashism in ./scripts/generate_website.sh line 75 (should be >word 2>&1):
make VERBOSE=1 www-install >& make_www-install.out
possible bashism in ./scripts/generate_website.sh line 88 ($HOST(TYPE|NAME)):
WWW_USER=$USERNAME \
    WWW_GROUP=$GROUPNAME \
    WWW_HOST=$HOSTNAME \
    WWW_DIR=$WEBSITE_PREFIX \
    scripts/htdocs-gen_plot-examples.sh >& htdocs_gen.out
possible bashism in ./scripts/generate_website.sh line 88 (should be >word 2>&1):
WWW_USER=$USERNAME \
    WWW_GROUP=$GROUPNAME \
    WWW_HOST=$HOSTNAME \
    WWW_DIR=$WEBSITE_PREFIX \
    scripts/htdocs-gen_plot-examples.sh >& htdocs_gen.out
possible bashism in ./plplot_test/test_single_tcl.sh line 27 (${foo:3[:1]}):
if test ${number:0:1} == "0"; then shortnumber=${number:1:1}; fi
possible bashism in ./plplot_test/test_single_tcl.sh line 27 (should be 'b = a'):
if test ${number:0:1} == "0"; then shortnumber=${number:1:1}; fi

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