diff options
author | Udo Richter <udo_richter@gmx.de> | 2010-06-27 14:26:00 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-02 16:57:15 +0200 |
commit | 9a065330215cedfe18bd47aad03fcaab148daac7 (patch) | |
tree | 470bf949e2e8451d83bc5316de31c8592956862f /runvdr | |
parent | 5dc3ff722bee6c5795f5b744208aea2f42f21a1c (diff) | |
download | runvdr-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
Diffstat (limited to 'runvdr')
-rwxr-xr-x | runvdr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ function Clean() { XSTARTUP= XSHUTDOWN= LANGUAGE= - VDR_CHARSET_OVERRIDE= + export VDR_CHARSET_OVERRIDE= WRAPPER= TERMTIMEOUT= KILLTIMEOUT= |