[Bug 3126] [IcedTea8] pax-mark-vm script calls "exit -1" which is invalid in dash

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Aug 4 15:31:46 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3126

--- Comment #5 from James Le Cuirot <chewi at gentoo.org> ---
(In reply to Andrew John Hughes from comment #3)
> I'm just saying that fixing this is just one issue in getting dash to work
> with IcedTea and there are probably more Bash assumptions in the configure
> script.

It otherwise seems to work as I have seen this error from Gentoo users who have
selected dash and gone on to build it successfully.

> Is this not itself a bug in dash? Why doesn't it support negative values?

Because negative values are not really valid, even in bash. ;)

$ bash -c 'exit -1'; echo $?
255
$ bash -c 'exit -2'; echo $?
254

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160804/e7f7e4e6/attachment.html>


More information about the distro-pkg-dev mailing list