Alan Coopersmith wrote:
On 11/29/11 10:30, Stefan Teleman wrote:
https://cr.opensolaris.org/action/browse/userland/steleman/bash-4.2-7111705/webrev/
One patch is gone (support/signames.c was accepted upstream), a few
patches had to be refreshed because they no longer applied cleanly.
And you're changing the behavior of the builtin echo command to no
longer be the standard conforming version?
-CONFIGURE_OPTIONS += --enable-usg-echo-default
-CONFIGURE_OPTIONS += --enable-xpg-echo-default
+CONFIGURE_OPTIONS += --enable-usg-echo-default=no
+CONFIGURE_OPTIONS += --enable-xpg-echo-default=no
Yes, I am changing it, because setting the builtin echo to default to
POSIX causes a very large number of regressions in the 4.2 test
harness. Not just on Solaris, but on Linux too.
POSIX can be re-enabled with set -o posix.
BTW, https://www.gnu.org/s/bash/manual/html_node/Optional-Features.html
says that the usg one is just an alias to the xpg one, so why do you
need both of them?
What's the difference?
--Stefan
--
Stefan Teleman
Oracle USA Corporation
stefan.tele...@oracle.com
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss