Debian Automated Code Analysis

checkbashisms analysis of libarchive_2.8.4-1.dsc

possible bashism in ./configure line 372 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./contrib/psota-benchmark/tcp.sh line 11 ($'...' should be "$(printf '...')"):
TIMEFORMAT=$'%R\t%U\t%S\t%P'
possible bashism in ./contrib/psota-benchmark/tcp.sh line 15 (echo -e):
        echo -e "usage:\t$0 source_dir where_to_place_archive 
possible bashism in ./contrib/psota-benchmark/tcp.sh line 54 (echo -e):
echo -e "TCP, version $version\n"`uname -sr`" / "`head -1 /etc/*-release`
possible bashism in ./contrib/psota-benchmark/tcp.sh line 64 (echo -e):
for tar in [EMAIL PROTECTED]; do echo -ne "$tar:\t"; $tar --version | head -1; 
possible bashism in ./contrib/psota-benchmark/tcp.sh line 70 (echo -e):
echo -e "\nbest time of $n repetitions,\n"\
"       src=$src, "\
`du -sh $src | awk '{print $1}'`" in "`find $src | wc -l`" files, "\
"avg "$((`du -sk $src | awk '{print $1}'`/`find $src -type f | wc 
possible bashism in ./contrib/psota-benchmark/tcp.sh line 74 (echo -e):
echo -e "program\toperation\treal\tuser\tsystem\t%CPU\t     speed"
possible bashism in ./contrib/psota-benchmark/tcp.sh line 76 (let ...):
let op_num=0
possible bashism in ./contrib/psota-benchmark/tcp.sh line 79 (let ...):
        let tar_num=0
possible bashism in ./contrib/psota-benchmark/tcp.sh line 81 (echo -e):
                echo -en "$tar\t${OPN[op_num]}\t"
possible bashism in ./contrib/psota-benchmark/tcp.sh line 82 ('((' should be '$(('):
                for ((i=1; i<=$n; i++)); do
possible bashism in ./contrib/psota-benchmark/tcp.sh line 89 (time):
                                time $tar $op ${OPT[$tar_num]} > /dev/null
possible bashism in ./contrib/psota-benchmark/tcp.sh line 92 (time):
                                time $tar $op ${OPT[$tar_num]} > /dev/null \
                                        || break 3
possible bashism in ./contrib/psota-benchmark/tcp.sh line 96 (let ...):
                let tar_num++
possible bashism in ./contrib/psota-benchmark/tcp.sh line 98 (let ...):
        let op_num++

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