summaryrefslogtreecommitdiff
path: root/runvdr
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-05-01 14:52:19 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-05-01 14:52:19 +0200
commit98fe8d8f86ec77317242588206727e29678fe47f (patch)
tree0e5a569754f1817fb4994ff60c7d2dc3d28a9ef2 /runvdr
parent87f7e826a1af560ef8043d81add96e9042821244 (diff)
downloadvdr-98fe8d8f86ec77317242588206727e29678fe47f.tar.gz
vdr-98fe8d8f86ec77317242588206727e29678fe47f.tar.bz2
Added 'eval' to the $VDRCMD call in 'runvdr' to avoid problems with quoting
Diffstat (limited to 'runvdr')
-rwxr-xr-xrunvdr4
1 files changed, 2 insertions, 2 deletions
diff --git a/runvdr b/runvdr
index 942b8f3c..701c94ca 100755
--- a/runvdr
+++ b/runvdr
@@ -20,7 +20,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: runvdr 1.17 2006/05/01 13:33:31 kls Exp $
+# $Id: runvdr 1.18 2006/05/01 14:51:00 kls Exp $
VDRPRG="./vdr"
VDRCMD="$VDRPRG -w 60 $*"
@@ -51,7 +51,7 @@ if ! DriverLoaded; then
fi
while (true) do
- $VDRCMD
+ eval "$VDRCMD"
if test $? -eq 0 -o $? -eq 2; then exit; fi
echo "`date` reloading DVB driver"
$KILL $VDRPRG