bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Clearer: monatonicly increasing whitespace in fn


From: rich-paul
Subject: Re: Clearer: monatonicly increasing whitespace in fn
Date: Mon, 1 Jul 2002 16:48:32 -0400
User-agent: Mutt/1.3.16i

no such luck, I'm afraid.  The problem happens as the shell parses the
function, whether it's getting it from the command line, from sourcing
a file, or even from exporting the function and running a subshell.  :(

On Mon, Jul 01, 2002 at 02:01:21PM -0400, Paul Jarc wrote:
> linguist@rich-paul.net wrote:
> >     This is not only an annoyance for the application that I am using (the
> >     ability to interactively edit functions using something akin to
> >             declare -f funky > /tmp/funky.$$ && 
> >                     vi /tmp/funky.$$ && 
> >                     eval "$(cat /tmp/funky.$$)"
> 
> "source /tmp/funky.$$" might let you work around the problem.
> 
> 
> paul

-- 
Got freedom?  Vote Libertarian:  http://www.lp.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]