how to use dchroot for program with parameters?

I never seems to get it working:

 $ dchroot -d ls --color=auto -lF
 E: unknown option color
 I: Run "dchroot --help" to list usage example and all available options

 $ dchroot -d ls "--color=auto -lF"
 E: unknown option color
 I: Run "dchroot --help" to list usage example and all available options

 $ dchroot -d ls \"--color=auto -lF\"
 E: unknown option -F
 I: Run "dchroot --help" to list usage example and all available options
what about
dchroot -d -- ls --color=auto -lF
i think this might work although i haven't tested...

regards,

--
Lubos [EMAIL PROTECTED]"
http://www.lubos.vrbka.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to