On 6/24/19 11:49 AM, Stephane Chazelas wrote: > Just tried with the current head of the devel branch from today > (5.0.7(5)-maint). > > In an empty dir: > > $ mkdir -m a=r readable > $ mkdir -m a=x searchable > > $ bash5 -c 'printf "%s\n" */.' > searchable/. > $ bash5 -c 'printf "%s\n" */\.' > readable/. > > $ bash5 -c 'printf "%s\n" */\./.' > */./. > $ a='*/\./.' bash5 -c 'printf "%s\n" $a' > */\./. > > Those last two are different from the one I was trying before > (5.0.7(4) IIRC) which were (correctly) returning searchable/./.
Thanks for the report. This was an easy fix. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRU c...@case.edu http://tiswww.cwru.edu/~chet/