bug-bash
[Top][All Lists]
Advanced

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

Re: several bash bugs


From: Andreas Schwab
Subject: Re: several bash bugs
Date: 06 Nov 2001 14:18:23 +0100
User-agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1

ingok@gmx.net writes:

|> Patch:
|> diff -u -r1.1.1.1 pcomplete.c
|> --- pcomplete.c      2 Sep 2001 13:00:03 -0000       1.1.1.1
|> +++ pcomplete.c      14 Oct 2001 20:22:00 -0000
|> @@ -668,7 +668,7 @@
|>  
|>  #define GEN_COMPS(bmap, flag, it, text, glist, tlist) \
|>    do { \
|> -    if (bmap & flag) \
|> +    if ((bmap & flag) && (it)##->slist) \
                                 ^^
This concatentation operator is completely bogus here.

Andreas.

-- 
Andreas Schwab                                  "And now for something
Andreas.Schwab@suse.de                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5



reply via email to

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