[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Xwpe Returns
> > main()
> > {
> > exit(2);
> > }
> > ---------
> > why ?----------return code:0
>
> The x windows verision of xwpe starts an xterm to run the program in
> so that is probably what it is using for return code. I'll add it to
> the known bugs.
I decided to look into fixing this bug. Unfortunately xterm with '-e blah'
will return an exit code of 0 even if blah returns something else. Looks
like the information will have to be passed back through a file or
something.
Dennis Payne
dulsi@identicalsoftware.com
- References:
- Xwpe Returns
- From: Dennis Payne <dulsi@identicalsoftware.com>