I know this can hardly be called bug, but anyway...
man echo promises me --version and --help command line options. Note
that man echo does not mention POSIXLY_CORRECT environment variable.
So when i tried
$ echo --version
I got in the output
--version
i.e. it does not treat --version as an option, but rather as a
regular argument, which must be printed. The same applies to --help
option. Version of sh-utils is 2.0.15-2mdk. Command
$ unset POSIXLY_CORRECT
has no effect.
Appretiating your work.
Andrew Skiba.
_______________________________________________
Bug-sh-utils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-sh-utils