Debian Automated Code Analysis

checkbashisms analysis of krb5_1.8.3+dfsg-4.dsc

possible bashism in ./src/util/find-missing-eol-prop line 5 (should be 'b = a'):
  if test "`svn pg svn:eol-style $name`" == ""; then
possible bashism in ./src/util/fix-eol-prop line 10 (should be 'b = a'):
  if test "`svn pg svn:eol-style $name`" == ""; then
possible bashism in ./src/ccapi/test/test_ccapi.sh line 8 ('function' is useless):
function run_test {
possible bashism in ./src/ccapi/test/test_ccapi.sh line 9 (alternative test command ([[ foo ]] should be [ foo ])):
	if [[ -e $TEST_DIR/$1 ]]; then

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