diff options
Diffstat (limited to 'scripts/undoneepgsearch.sh')
-rwxr-xr-x | scripts/undoneepgsearch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/undoneepgsearch.sh b/scripts/undoneepgsearch.sh index ee502c0..8716ec8 100755 --- a/scripts/undoneepgsearch.sh +++ b/scripts/undoneepgsearch.sh @@ -137,7 +137,7 @@ else [ $DEBUG = yes ] && printf "\nMatch=$Match\n" - [ $Match -eq 1 ] && grep -m$Match -A4 "^T $Title$" $EPGSEARCHDONE_WORK >$TempFile || grep -m$Match -A4 "^T $Title$" $EPGSEARCHDONE_WORK | grep -A5 "^--$" >$TempFile + [ $Match -eq 1 ] && grep -m$Match -A4 "^T $Title$" $EPGSEARCHDONE_WORK >$TempFile || grep -m$Match -A4 "^T $Title$" $EPGSEARCHDONE_WORK | grep -A5 "^--$" >$TempFile if [ -z "$Subtitle" ]; then grep -q "$Description" $TempFile |