Debian Automated Code Analysis

checkbashisms analysis of pgadmin3_1.10.5-1.dsc

possible bashism in ./configure line 373 (should be >word 2>&1):
    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
possible bashism in ./xtra/pgscript/file/test/execute.sh line 27 (should be 'b = a'):
if test "$*" == ""
possible bashism in ./xtra/pgscript/file/test/execute.sh line 33 (echo -e):
echo -e "- Using '$PARAMETERS' \n  for database connection"
possible bashism in ./pgadmin/pgscript/parser.sh line 69 (bash arrays, ${name[0|*|@]}):
for file in ${FILESTOMOVE[@]}
possible bashism in ./pkg/mac/complete-bundle.sh line 11 ('function' is useless):
function CompleteSingleApp() {
possible bashism in ./pkg/mac/complete-bundle.sh line 15 ((push|pop)d):
	pushd "$bundle" > /dev/null
possible bashism in ./pkg/mac/complete-bundle.sh line 74 ((push|pop)d):
	popd > /dev/null

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