readline5 bug report

2005-11-13 Thread S.Coffin
Here is an apparent bug in readline 5.0 as exposed on Fedora Core 4. bash and the readline library both show the bug; readline 4 (also shipped with FC4) does NOT show the incorrect behavior. I built the 5.0 from source from your web site, including 5 patches, and it also shows the bug. What I'm t

Re: How to call a new bash function within a makefile

2005-11-13 Thread Paul D. Smith
%% OnMyWayHome <[EMAIL PROTECTED]> writes: o> I don't have gnu.bash on my newsgroup server, so I'm posting this here. o> Here is an example GNU makefile: o> function DoThis() o> { o> echo $0 o> } o> all : o> DoThis "Test" o> I've seen this done before where a bash fu