Bug#415119: [PATCH] set LC_ALL=C for sort to ensure lexical order of builtincmd structure

2007-04-28 Thread Herbert Xu
On Fri, Mar 23, 2007 at 10:46:13AM +, Gerrit Pape wrote: Patch by Roy Marples, see http://bugs.debian.org/415119 When LC_ALL is set to something like en_GB.UTF-8 then dash makes the builtincmd structure in the wrong lexical order, breaking bsearch, specifically the truecmd : Thanks

Bug#415119: [PATCH] set LC_ALL=C for sort to ensure lexical order of builtincmd structure

2007-03-23 Thread Gerrit Pape
Patch by Roy Marples, see http://bugs.debian.org/415119 When LC_ALL is set to something like en_GB.UTF-8 then dash makes the builtincmd structure in the wrong lexical order, breaking bsearch, specifically the truecmd : $ : dash: :: not found The attached patch addresses the issue. Thanks Roy