#571298 Discards exit status.

Package:
rlfe
Source:
readline
Description:
Front-end using readline to "cook" input lines for other programs
Submitter:
"Trent W. Buck"
Date:
2010-02-25 03:48:04 UTC
Severity:
normal
#571298#5
Date:
2010-02-25 03:45:22 UTC
From:
To:
rlfe doesn't propagate the exit status of its child to its parent.  I
think it should.

    $ rlfe false
    $ echo $?
    0