Debian Automated Code Analysis

checkbashisms analysis of subversion_1.6.12dfsg-3.dsc

possible bashism in ./configure line 370 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./tools/dev/iz/ff2csv.command line 9 (alternative test command ([[ foo ]] should be [ foo ])):
    if [[ -n "$args" ]] ; then
possible bashism in ./tools/dev/min-includes.sh line 28 ('function' is useless):
function process_file ()
possible bashism in ./tools/hook-scripts/mailer/tests/mailer-init.sh line 84 (echo -e):
echo -e "\x00\x01\x02\x03\x04" > file11
possible bashism in ./tools/hook-scripts/mailer/tests/mailer-init.sh line 90 (echo -e):
echo -e "\x20\x01\x02\x20" > file11
possible bashism in ./tools/dist/test.sh line 24 (time):
time make check CLEANUP=1 FS_TYPE=fsfs
possible bashism in ./tools/dist/test.sh line 26 (time):
time make check CLEANUP=1 FS_TYPE=bdb
possible bashism in ./tools/dist/test.sh line 31 (time):
time make check CLEANUP=1 FS_TYPE=fsfs BASE_URL=svn://localhost:33690
possible bashism in ./tools/dist/test.sh line 33 (time):
time make check CLEANUP=1 FS_TYPE=bdb BASE_URL=svn://localhost:33690
possible bashism in ./tools/dist/test.sh line 37 (time):
time CLEANUP=1 FS_TYPE=fsfs ./subversion/tests/cmdline/davautocheck.sh
possible bashism in ./tools/dist/test.sh line 39 (time):
time CLEANUP=1 FS_TYPE=bdb ./subversion/tests/cmdline/davautocheck.sh
possible bashism in ./contrib/client-side/svn-resolve line 75 (should be >word 2>&1):
if ! type opendiff >& /dev/null || [ "${TERM_PROGRAM:=}" != "Apple_Terminal" ]; then
possible bashism in ./contrib/client-side/svn-viewdiff line 119 (should be >word 2>&1):
if ! type opendiff >& /dev/null || [ "${TERM_PROGRAM:=}" != "Apple_Terminal" ]; then
possible bashism in ./contrib/client-side/svn-viewdiff line 128 (should be 'b = a'):
if [ $(dirname "${file1}") == "/tmp" ]; then
possible bashism in ./contrib/client-side/svn-viewdiff line 135 (should be 'b = a'):
if [ $(dirname "${file2}") == "/tmp" ]; then

This report was generated on Mon, 03 Jan 2011 00:10:33 +0000, based on results by checkbashisms 2.10.65git5