summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdo Richter <udo_richter@gmx.de>2010-06-27 14:26:00 +0200
committerManuel Reimer <manuel.reimer@gmx.de>2013-10-02 16:57:15 +0200
commit9a065330215cedfe18bd47aad03fcaab148daac7 (patch)
tree470bf949e2e8451d83bc5316de31c8592956862f
parent5dc3ff722bee6c5795f5b744208aea2f42f21a1c (diff)
downloadrunvdr-extreme-9a065330215cedfe18bd47aad03fcaab148daac7.tar.gz
runvdr-extreme-9a065330215cedfe18bd47aad03fcaab148daac7.tar.bz2
Added missing export for "VDR_CHARSET_OVERRIDE"
http://www.vdr-portal.de/board1-news/board101-news-archiv/p922562-announce-runvdr-extreme-0-4/#post922562
-rw-r--r--HISTORY3
-rwxr-xr-xrunvdr2
2 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e7e56a5..4f5edea 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,9 @@
runvdr extreme Revision History
-------------------------------
+201x-xx-xx: Version 0.5.0
+- Fix: VDR_CHARSET_OVERRIDE now is correctly exported to the VDR process
+
2009-06-28: Version 0.4.2
- New: Support -i and --instance of VDR-1.7.4+
- New: Command line option to set VDR_CHARSET_OVERRIDE of VDR 1.5.18+
diff --git a/runvdr b/runvdr
index 8e9f548..7ca0e92 100755
--- a/runvdr
+++ b/runvdr
@@ -211,7 +211,7 @@ function Clean() {
XSTARTUP=
XSHUTDOWN=
LANGUAGE=
- VDR_CHARSET_OVERRIDE=
+ export VDR_CHARSET_OVERRIDE=
WRAPPER=
TERMTIMEOUT=
KILLTIMEOUT=