Debian Automated Code Analysis

checkbashisms analysis of pd-zexy_2.2.3-2.dsc

possible bashism in ./src/configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./src/configure line 4382 (let ...):
let PD_MAJORVERSION=$(echo $PD_VERSION | cut -d"." -f1)+0
possible bashism in ./src/configure line 4383 (let ...):
let PD_MINORVERSION=$(echo $PD_VERSION | cut -d"." -f2)+0
possible bashism in ./debian/pristine/configure line 369 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
possible bashism in ./debian/pristine/configure line 4382 (let ...):
let PD_MAJORVERSION=$(echo $PD_VERSION | cut -d"." -f1)+0
possible bashism in ./debian/pristine/configure line 4383 (let ...):
let PD_MINORVERSION=$(echo $PD_VERSION | cut -d"." -f2)+0
possible bashism in ./tests/runtests.sh line 21 ('function' is useless):
function list_tests() {
possible bashism in ./tests/runtests.sh line 26 ('function' is useless):
function debug() {
possible bashism in ./tests/runtests.sh line 32 ('function' is useless):
function evaluate_tests() {
possible bashism in ./tests/runtests.sh line 44 (let ...):
 let numfail=0
possible bashism in ./tests/runtests.sh line 49 (let ...):
  let numfail=numfail+1
possible bashism in ./tests/runtests.sh line 63 ('function' is useless):
function run_nogui() {
possible bashism in ./tests/runtests.sh line 71 ('function' is useless):
function run_withgui() {

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