r6458 - /vdr/vdr/trunk/debian/runvdr
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Sun Mar 16 18:17:18 UTC 2008
Author: tiber-guest
Date: Sun Mar 16 18:17:17 2008
New Revision: 6458
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=6458
Log:
fixed small bug
Modified:
vdr/vdr/trunk/debian/runvdr
Modified: vdr/vdr/trunk/debian/runvdr
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr/trunk/debian/runvdr?rev=6458&op=diff
==============================================================================
--- vdr/vdr/trunk/debian/runvdr (original)
+++ vdr/vdr/trunk/debian/runvdr Sun Mar 16 18:17:17 2008
@@ -3,7 +3,7 @@
. /usr/lib/vdr/config-loader.sh
VDR_ENV="LANG=$VDR_LANG LC_ALL=$VDR_LANG"
-if [ -n $VDR_CHARSET_OVERRIDE ] ; then
+if [ -n "$VDR_CHARSET_OVERRIDE" ] ; then
VDR_ENV="$VDR_ENV VDR_CHARSET_OVERRIDE=$VDR_CHARSET_OVERRIDE"
fi
More information about the pkg-vdr-dvb-changes
mailing list