From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Tue, 4 Jul 2000 12:39:34 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: DJGPP problem executing a script Message-ID: <3961DB06.6345.522137@localhost> In-reply-to: <200007041603.TAA19356@mailgw1.netvision.net.il> References: <3961CDF5 DOT 18859 DOT 1F145B AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > So PATH inside Bash does have forward slashes, but Bash forcibly > mirrors them back when it invokes external programs? I thought it > only restored the one it found originally, when it started. Bash implicitly exports PATH, so its value coming in can't be counted on to be the same value going out. Mark