From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 4 Apr 2000 10:00:56 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Bash 2.04 beta 1 now available Message-ID: <38E9BD58.12598.200F30@localhost> References: <38E8AF05 DOT 4358 DOT 10FAD1E AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > 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. From inspecting the code, there are some subtle cases where path expansion will fail. So for now PATH_EXPAND does nothing. A future beta will probably fix this, but until then you certainly have the option of not using Bash 2.04b1. Actually, you shouldn't use it anyway, because piping is broken thanks to a minor problem in the pipe emulator.