[Bug 349658] Re: bash: Conditional expressions < and > do not perform as documented.

2011-06-01 Thread Ralph Corderoy
10.10's bash 4.1-2ubuntu4's bash(1) now says < and > compare lexicographically in the current locale if used with [[...]] else just that they compare lexicographically (with no mention of locale). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 349658] Re: bash: Conditional expressions < and > do not perform as documented.

2009-04-22 Thread Colin Watson
This was sent upstream recently, and acknowledged as a bug (possibly documentation, possibly code): http://lists.gnu.org/archive/html/bug-bash/2009-04/msg00055.html ** Changed in: gnubash Status: New => Confirmed -- bash: Conditional expressions < and > do not perform as documented. ht

[Bug 349658] Re: bash: Conditional expressions < and > do not perform as documented.

2009-04-22 Thread Colin Watson
Indeed - the implementation uses strcmp() rather than strcoll(). ** Changed in: bash (Ubuntu) Importance: Undecided => Medium ** Changed in: bash (Ubuntu) Status: New => Triaged ** Also affects: gnubash Importance: Undecided Status: New -- bash: Conditional expressions < an