Debian Automated Code Analysis

checkbashisms analysis of fetchmail_6.3.18-2.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/runfetchmail line 97 (;;& and ;& special case operators):
test -e $HOME/.runfetchmailrc && . $HOME/.runfetchmailrc
possible bashism in ./contrib/runfetchmail line 113 (;;& and ;& special case operators):
test $TIMER -eq 1 && timer -start -id $$ -quiet
possible bashism in ./contrib/runfetchmail line 128 (;;& and ;& special case operators):
test ! -e $LOG && touch $LOG  
possible bashism in ./contrib/runfetchmail line 130 (echo -e):
echo -e "\n\t\t\t   $VERSION Statistics"
possible bashism in ./contrib/runfetchmail line 131 (;;& and ;& special case operators):
test $MAILSTAT -eq 1 && mailstat -k <$LOG
possible bashism in ./contrib/runfetchmail line 134 (;;& and ;& special case operators):
test $TIMER -eq 1 && echo -e "\n`timer -stop -id $$ -quiet` have elapsed."
possible bashism in ./contrib/runfetchmail line 134 (echo -e):
test $TIMER -eq 1 && echo -e "\n`timer -stop -id $$ -quiet` have elapsed."
possible bashism in ./contrib/runfetchmail line 139 (;;& and ;& special case operators):
cat <<EOF >$TMP
possible bashism in ./contrib/runfetchmail line 155 (;;& and ;& special case operators):
test $E_MAIL -eq 1 && { cat /dev/null >$TMP; chmod 600 $TMP }
possible bashism in ./contrib/runfetchmail line 158 (;;& and ;& special case operators):
test $E_MAIL -eq 1 && prepmail
possible bashism in ./contrib/runfetchmail line 168 (;;& and ;& special case operators):
test $E_MAIL -eq 1 && getmail $@ 2>&1 |tee -a $TMP || getmail $@
possible bashism in ./contrib/runfetchmail line 173 (;;& and ;& special case operators):
test $E_MAIL -eq 1 && stats $@ 2>&1 |tee -a $TMP || stats $@
possible bashism in ./contrib/runfetchmail line 176 (;;& and ;& special case operators):
test $E_MAIL -eq 1 && { cat $TMP |$SENDMAIL; rm -f $TMP }

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