From 9a065330215cedfe18bd47aad03fcaab148daac7 Mon Sep 17 00:00:00 2001 From: Udo Richter Date: Sun, 27 Jun 2010 14:26:00 +0200 Subject: Added missing export for "VDR_CHARSET_OVERRIDE" http://www.vdr-portal.de/board1-news/board101-news-archiv/p922562-announce-runvdr-extreme-0-4/#post922562 --- HISTORY | 3 +++ runvdr | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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= -- cgit v1.2.3