On 10/18/14 11:25 AM, Alan Wild wrote:
> I'll agree it's non-obvious, but this works for me on a BASH 2.x I have
> handy.
> 
> arwild01@BRONX:~$ echo $BASH_VERSION
> 2.05b.0(1)-release
> arwild01@BRONX:~$ function myfunc() { :; }
> arwild01@BRONX:~$ declare -f myfunc
> myfunc ()
> {
>     :
> }

The problem was specific to `declare -fp name'.


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