Bill's patch looks a lot more comprehensive, I'd use that one.
Thanks,
--Robert
On 21 August 2014 00:37, Pekka Paalanen wrote:
> On Fri, 20 Jun 2014 15:23:59 +1200
> Robert Ancell wrote:
>
> > I'm not sure if the expected behaviour is for:
> > $ weston -
I'm not sure if the expected behaviour is for:
$ weston --shell foo.so
to work, if so the patch can be modified.
On 20 June 2014 15:22, Robert Ancell wrote:
> On my system:
> $ weston --shell
> would use the first environment variable as the argument to --shell
> and
> $ w
On my system:
$ weston --shell
would use the first environment variable as the argument to --shell
and
$ weston --shell foo.so
Would use foo.so as the argument and then parse foo.so as a new option.
---
shared/option-parser.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shar