X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 30 Jan 2002 21:50:24 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: tim DOT van DOT holder AT pandora DOT be Message-Id: <8582-Wed30Jan2002215023+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <000901c1a9b5$ca0ed930$517c76d5@zastaixp> (tim DOT van DOT holder AT pandora DOT be) Subject: Re: Small bash issue with #! handling References: <000901c1a9b5$ca0ed930$517c76d5 AT zastaixp> 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 > From: "Tim Van Holder" > Date: Wed, 30 Jan 2002 18:44:38 +0100 > > I think that moving up the loading of config.site and using > CONFIG_SHELL is probably a better option; I'll try to get that done. Fixing this in Autoconf is the best alternative, since it means that old versions of Bash will continue to work. > I must say I don't see how any of this breaks bash - in fact, it would > eliminate one breakage. The handling of #! is not in Bash, it's in the library. So we would be affecting much more than just Bash.