On 8/5/13 3:49 PM, Geir Hauge wrote: > Bash Version: 4.2 > Patch Level: 45 > Release Status: release > > Description: > One of the side-effects of the latest changes of the help > builtin in the devel release is that ''help "(("'' no longer > shows the help for (( ... )), so I casually threw some asterisks > around it ... and got a segfault. This also happens in bash > 4.2.45 and 4.2.25, but not 3.2.48. It only segfaults when > extglob is enabled; probably because it's an incomplete extglob.
Thanks for the report. The seg fault (trying to assign to an index in a constant string) was fairly easy to fix. I will have to think about the best way to make `help ((' show help for the (( command, even though it doesn't exactly match the name of the builtin in reserved.def. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/