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