Debian Automated Code Analysis

checkbashisms analysis of vdr-plugin-epgsearch_0.9.25~beta16-3.dsc

possible bashism in ./docsrc2man.sh line 28 (echo -e):
		echo -ne "create man page: ($LANGUAGE) $(basename "$i" ".txt")..."
possible bashism in ./docsrc2man.sh line 53 (echo -e):
		echo -ne "create doc file from man page: ($LANGUAGE) $(basename "$i")..."
possible bashism in ./scripts/undoneepgsearch.sh line 55 ('function' is useless):
function CleanExit() {
possible bashism in ./scripts/undoneepgsearch.sh line 64 (${foo:3[:1]}):
while [ "${1:0:2}" = "--" ]; do
possible bashism in ./scripts/undoneepgsearch.sh line 65 (${foo:3[:1]}):
  eval ${1:2}=yes
possible bashism in ./scripts/undoneepgsearch.sh line 133 (let ...):
  let Try=1
possible bashism in ./scripts/undoneepgsearch.sh line 134 (let ...):
  let Match=1
possible bashism in ./scripts/undoneepgsearch.sh line 149 (let ...):
      let MatchLine=$(grep -m$Match -n "^T $Title$" $EPGSEARCHDONE_WORK |tail -n 1| cut -f1 -d ':')
possible bashism in ./scripts/undoneepgsearch.sh line 152 (let ...):
	let FirstLine=MatchLine-3
possible bashism in ./scripts/undoneepgsearch.sh line 160 (let ...):
        let MatchRLine=$(grep -m$Match -n "^r$" $TempFile |head -n 1| cut -f1 -d ':')
possible bashism in ./scripts/undoneepgsearch.sh line 161 (let ...):
	let LastMatchLine=MatchLine+MatchRLine
possible bashism in ./scripts/undoneepgsearch.sh line 163 (let ...):
	grep -q "^--$" $TempFile && let LastMatchLine--
possible bashism in ./scripts/undoneepgsearch.sh line 166 (let ...):
	let TailLines=$(wc -l $EPGSEARCHDONE_WORK | cut -f1 -d' ')
possible bashism in ./scripts/undoneepgsearch.sh line 173 (let ...):
	let TailLines=TailLines-LastMatchLine+1
possible bashism in ./scripts/undoneepgsearch.sh line 192 (let ...):
      let Match++
possible bashism in ./scripts/undoneepgsearch.sh line 198 (let ...):
    let Try++
possible bashism in ./scripts/undoneepgsearch.sh line 202 (let ...):
    let WorkLines=$(wc -l $EPGSEARCHDONE_WORK | cut -f1 -d' ')
possible bashism in ./scripts/undoneepgsearch.sh line 203 (let ...):
    let EpgsLines=$(wc -l $EPGSEARCHDONE_FILE | cut -f1 -d' ')
possible bashism in ./scripts/recordingdone.sh line 75 ('function' is useless):
function ShowUsableSIDs()
possible bashism in ./scripts/recordingdone.sh line 82 ('function' is useless):
function AddRecToDone()
possible bashism in ./scripts/recordingdone.sh line 89 (${foo:3[:1]}):
       CTIME="$(date +%s -d"${CTIME:0:10} ${CTIME:11:2}:${CTIME:14:2}")"
possible bashism in ./scripts/mtdone2epgsearchdone.sh line 39 ('function' is useless):
function ShowUsableSIDs()
possible bashism in ./scripts/mtdone2epgsearchdone.sh line 46 ('function' is useless):
function AddRecToDone()
possible bashism in ./scripts/mtdone2epgsearchdone.sh line 56 (let ...):
	  [ $Count -gt 10 ] && Count=1 || let Count++
possible bashism in ./scripts/mtdone2epgsearchdone.sh line 66 (let ...):
	  let Count++
possible bashism in ./docsrc2html.sh line 28 (echo -e):
		echo -ne "create html page: ($LANGUAGE) $(basename "$i" ".txt")..."

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