mirror of
https://github.com/Jonny007-MKD/OTR-SaneRename
synced 2025-01-22 08:49:48 +01:00
fix IFS
This commit is contained in:
parent
afd75a18db
commit
6d2f24e77a
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ function funcGetEPG {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Parse EPG data using read
|
# Parse EPG data using read
|
||||||
OLDIFS=$IF
|
OLDIFS=$IFS
|
||||||
IFS=";"
|
IFS=";"
|
||||||
while read epg_id epg_start epg_end epg_duration epg_sender epg_title epg_type epg_text epg_genre epg_fsk epg_language epg_weekday epg_additional epg_rpt epg_downloadlink epg_infolink epg_programlink; do
|
while read epg_id epg_start epg_end epg_duration epg_sender epg_title epg_type epg_text epg_genre epg_fsk epg_language epg_weekday epg_additional epg_rpt epg_downloadlink epg_infolink epg_programlink; do
|
||||||
if [[ "$epg_start" == *$file_time* ]]; then # Use the one with the correct start time
|
if [[ "$epg_start" == *$file_time* ]]; then # Use the one with the correct start time
|
||||||
|
|
Loading…
Reference in a new issue