On 8/13/15 12:06 PM, isabella parakiss wrote:
> declare -f doesn't know that most keywords are valid function names:
> 
> $ function time () { :; }
> $ declare -f time
> time () 
> { 
>     :
> }
> 
> It should probably check if the name is if/for/time... before printing it.

Thanks for the report.


-- 
``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/

Reply via email to