Debian Automated Code Analysis

checkbashisms analysis of meego-packaging-tools_0.6-1_all.deb

possible bashism in ./usr/bin/vc line 99 (should be 'b = a'):
	if [ "${specfile:${#packagename}:5}" == ".spec" ] ; then
possible bashism in ./usr/bin/vc line 127 (echo -e):
	echo -e "Usage: vc [-m changelogs] [-s specfile] [-h]\n\t[-m changelogs]\tAppend change log by command line parameter\n\t[-s specfile]\tSpecify .spec file\n\t[-h]\t\tPrint this help"
possible bashism in ./usr/bin/vc line 158 (echo -e):
		echo -e "$changelogs" | sed 's/^\([^-]\)/- \1/g'
possible bashism in ./usr/bin/build-log line 46 (read with option other than -r):
    read -e REPONUM
possible bashism in ./usr/bin/local-build line 45 (read with option other than -r):
    read -e REPONUM

This report was generated on Sat, 18 Dec 2010 01:07:33 +0000, based on results by checkbashisms 2.10.65git5