Debian Automated Code Analysis

checkbashisms analysis of k3d_0.6.7.0-2.6.dsc

possible bashism in ./k3dsdk/tests/xml_output.001 line 3 (echo -e):
reference=$(echo -e "<a b=\"c\" d=\"1\">\n\t<e f=\"2.5\">g\n\t\t<h>i</h>\n\t\t<j/>\n\t</e>\n</a>")
possible bashism in ./k3dsdk/tests/mesh_selection.001 line 5 ('function' is useless):
function test_selection
possible bashism in ./k3dsdk/tests/matrix_transpose.001 line 4 (echo -e):
reference=$(echo -e "1 2 3 4\n5 6 7 8\n9 10 11 12\n13 14 15 16\n\n1 5 9 13\n2 6 10 14\n3 7 11 15\n4 8 12 16")
possible bashism in ./k3d-makempeg.in line 6 ('function' is useless):
function show_help
possible bashism in ./k3d-makempeg.in line 85 (echo -e):
	echo -e "\nYou must specify the path to the source directory, use -h for help.\n" 1>&2
possible bashism in ./k3d-makempeg.in line 90 (echo -e):
	echo -e "\nSource directory [$source_dir] doesn't exist, use -h for help.\n" 1>&2
possible bashism in ./k3d-makempeg.in line 95 (echo -e):
	echo -e "\nSource directory [$source_dir] isn't a directory, use -h for help.\n" 1>&2
possible bashism in ./k3d-makempeg.in line 100 (echo -e):
	echo -e "\nYou must specify the path to the output file, use -h for help.\n" 1>&2
possible bashism in ./k3d-makempeg.in line 106 (echo -e):
		echo -e "\nOutput file [$output_file] already exists, rerun with --force to overwrite, use -h for help.\n" 1>&2

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