On Tue, Sep 27, 2016, at 11:08 AM, Chet Ramey wrote:
>
> Thanks for the report. There should be something in there about `.'
> and `..' always having to be matched explicitly.
Yw. I noticed another improvement that could be made to the
docs. How do you prefer patches? And, I assume you manually
On Tue, Sep 27, 2016, at 09:41 AM, L. A. Walsh wrote:
>
>
> Ian Kelling wrote:
> > The docs currently say:
> >
> > "When a pattern is used for filename expansion, the character '.' at
> > the start of a filename or immediately following a slash must be matched
> > explicitly, unless the shell opt
Hi,
Recently midipix target triplets were added to upstream GNU config, so I
was wondering if the config.sub file could be pulled from GNU config to
allow compilation of bash for midipix without patching
On 9/26/16, Dan Douglas wrote:
> Would an array of pointers to structs of key-value pairs be better
> here? It should be faster in the common cases even though it may mean
> some wasted space and reallocs depending on how you decide to grow the
> array. A linear search through an array for an inde
HI,
While I was testing some variable substitution I came across this error /
unwanted behavior.
So for example:
$ printf '%s' "${/debash: ${/: bad substitution
bash: ${/: bad substitution
just after printf '%s' "${/[TAB] this behavior is triggert.
Is this a bug? Can anyone elaborate this?
On 9/26/16 6:40 PM, Ian Kelling wrote:
> The docs currently say:
>
> "When a pattern is used for filename expansion, the character '.' at
> the start of a filename or immediately following a slash must be matched
> explicitly, unless the shell option 'dotglob' is set.
>
> The last bit should be
Ian Kelling wrote:
The docs currently say:
"When a pattern is used for filename expansion, the character '.' at
the start of a filename or immediately following a slash must be matched
explicitly, unless the shell option 'dotglob' is set.
The last bit should be changed to say
unless the sh
The docs currently say:
"When a pattern is used for filename expansion, the character '.' at
the start of a filename or immediately following a slash must be matched
explicitly, unless the shell option 'dotglob' is set.
The last bit should be changed to say
unless the shell option 'dotglob' is