Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: plugin problem
On Wed, 12 May 2004, Tony Grant (TG) wrote:
TG> > TG> >
TG> > TG> > does runvdr pass its arguments to vdr?
TG> > TG>
TG> > TG> Yes in principle...
TG> >
TG> > put "set -x" at the beginning of your runvdr and it will print out
TG> > all commands it runs. then you can see, how vdr is called and why
TG> > it uses a different directory.
TG>
TG> vdr: can't access plugin directory: /home/tony/PLUGINS/lib
TG>
TG> Should I put " around that?
do it like this (the file is named test):
-----------------
#!/bin/bash
set -x
echo bla bla $*
-----------------
then if you run it, you see the whole command line:
# ./test
+ echo bla bla
bla bla
# ./test hello
+ echo bla bla hello
bla bla hello
yopu will have something like
+ /path/to/vdr foo bar bla -L ... whatever ...
c ya
Sergei
--
-------------------------------------------------------------------- -?)
eMail: Sergei.Haller@math.uni-giessen.de /\\
-------------------------------------------------------------------- _\_V
Be careful of reading health books, you might die of a misprint.
-- Mark Twain
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index