Date: Mon, 11 Oct 1999 19:05:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: pavenis AT lanet DOT lv cc: Robert Hoehne , djgpp-workers AT delorie DOT com Subject: Re: djconfig.sh for gdb-4.18 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 11 Oct 1999 pavenis AT lanet DOT lv wrote: > One comment. I found that if bash.exe is symlink (it's so on my > machine) then 'echo $0' doesn't append extension .exe. Yes, this is another one of the subtleties of invoking programs. It was discussed when v2.01 was in development. > So I forced appending it if it's missing Good idea.