bug in echo util
"Andrew Skiba" <[email protected]> Tue, 29 Oct 2002 20:24:37 +0300
| Newsgroups | gmane.comp.gnu.sh-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
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.