Debian Automated Code Analysis

checkbashisms analysis of xen_4.0.1-1.dsc

possible bashism in ./tools/xm-test/runtest.sh line 204 (echo -e):
    echo -e '\n\nDetails:\n' >> $reportfile
possible bashism in ./tools/xm-test/ramdisk/make-release.sh line 3 (should be 'b = a'):
if [ "$1" == "" ]
possible bashism in ./tools/xm-test/ramdisk/make-release.sh line 44 (echo -e):
echo -e "\n\nYour release is in $tempdir."
possible bashism in ./tools/debugger/gdb/gdbbuild line 10 (test with unary -a (should be -e)):
[ -a gdb-$GDB_VERSION.tar.bz2 ] || wget -c "$GDB_MIRROR/gdb-$GDB_VERSION.tar.bz2"
possible bashism in ./tools/libaio/harness/runtests.sh line 14 ('$[' should be '$(('):
	if [ $res -eq 0 ] ; then str="" ; passes=$[passes + 1] ; else str=" -- FAILED" ; fails=$[fails + 1] ; fi
possible bashism in ./docs/Doxyfilter line 11 (${parm/?/pat[/str]}):
if [ "${2/.py/}" != "$2" ]

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