summaryrefslogtreecommitdiff
path: root/scripts/epg2taste.sh
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2012-05-12 20:23:45 +0200
committerChristian Wieninger <cwieninger@gmx.de>2012-05-12 20:23:45 +0200
commit1b1912d7b080a0dfe954bac9311eafc5bb293bc3 (patch)
tree0c9a4a7d8cbfb9596f59a439c46a644d740993c8 /scripts/epg2taste.sh
parent6c5a88ee42952c50ddca3ea965b7c728173e6f24 (diff)
downloadvdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.gz
vdr-plugin-epgsearch-1b1912d7b080a0dfe954bac9311eafc5bb293bc3.tar.bz2
Drop .pl suffix from svdrpsend references like VDR 1.7.23+ did, thanks to Ville Skyttä
Diffstat (limited to 'scripts/epg2taste.sh')
-rwxr-xr-xscripts/epg2taste.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/epg2taste.sh b/scripts/epg2taste.sh
index 0a6f9e7..575b2c3 100755
--- a/scripts/epg2taste.sh
+++ b/scripts/epg2taste.sh
@@ -9,6 +9,7 @@
# CONFIG START
TASTE_FILE="/etc/vdr/plugins/taste.conf"
+ SVDRPSEND=/usr/local/bin/svdrpsend
# default taste settings
REGULAR_EXPRESSION=0 # Regular Expression / Regulärer Ausdruck
@@ -21,6 +22,6 @@ echo "Done..."
# jump back
at now <<EOF
-perl -l -e "printf \"\n/usr/local/bin/svdrpsend.pl HITK BACK\" x 2" | sh
+perl -l -e "printf \"\n$SVDRPSEND HITK BACK\" x 2" | sh
EOF