From: Martin Stromberg Message-Id: <200103061115.MAA03886@lws256.lu.erisoft.se> Subject: Re: Bash problem with SFN To: djgpp-workers AT delorie DOT com Date: Tue, 6 Mar 101 12:15:46 +0100 (MET) In-Reply-To: from "Eli Zaretskii" at Mar 6, 1 01:03:50 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > On Tue, 6 Mar 101, Martin Stromberg wrote: > > > > Does Bash support completion of environment variables on Unix? > > > > Yes. (Although the version I had easy access to is 1.14.6.) > > Well, I actually wanted to know about 2.04. If it does complete on > environment variables on Unix, why is it a Bad Thing to have that support > on DOS/Windows? Nobody said anything like that. I think Richard(?) said he removed the tranformation of "$DJDI" to "c:/DJGPP/" which is a bad thing. "$DJDI" should transform into "$DJDIR" not anything else. Right, MartinS