Date: Tue, 4 Apr 2000 16:27:22 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: Bash 2.04 beta 1 now available In-Reply-To: <38E9BD58.12598.200F30@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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, 4 Apr 2000, Mark E. wrote: > > FWIW, I didn't have any problems in Bash 2.03 with these features. > > Before, there was only one master function that was to be called for > expansions. For Bash 2.03, more callable functions, which meant I had to make > some changes to keep it working for most cases. Is it possible to transform PATH in a single function, and then call that functions from each place where Bash invokes subsidiary programs? It is conceivable that other ports of Bash (e.g. Cygwin) will want a similar feature, so perhaps the maintainer could be persuaded to introduce some machanism for tweaking PATH before running subprocesses.