Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Command-line problems when starting VDR-plugins



On Tue, 19 Nov 2002, Rene Bartsch (RB) wrote:

RB> But when I use options like -P"hello --aaa=ABC" I get error-messages similar
RB> to "unknown option" or "unknown command". It seems the options are not
RB> assigned to the plugins but to VDR itself.

if you use things like

VDRPRG="vdr -P"hello --aaa=ABC" $*"

in a script, the string ends at the " character just after the -P. You
have to escape the " character. It should be something like this:

VDRPRG="vdr -P\"hello --aaa=ABC\" $*"

c ya
        Sergei
-- 
--------------------------------------------------------------------
         eMail:       Sergei.Haller@math.uni-giessen.de
--------------------------------------------------------------------
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index