From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23426 invoked by alias); 12 May 2005 20:40:57 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23381 invoked from network); 12 May 2005 20:40:51 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 12 May 2005 20:40:51 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BEZ53417 (AUTH halo1); Thu, 12 May 2005 23:40:49 +0300 (IDT) Date: Thu, 12 May 2005 20:43:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sourceware.org Message-ID: <01c55732$Blat.v2.4$854ca060@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050512160631.GA4487@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 12 May 2005 12:06:31 -0400) Subject: Re: [RFA] Fix observer.sh when the argument includes a drive letter Reply-to: Eli Zaretskii References: <01c5570b$Blat.v2.4$cfdc3860@zahav.net.il> <20050512160631.GA4487@nevyn.them.org> X-SW-Source: 2005-05/txt/msg00304.txt.bz2 > Date: Thu, 12 May 2005 12:06:31 -0400 > From: Daniel Jacobowitz > Cc: gdb-patches@sourceware.org > > > 2005-05-12 Eli Zaretskii > > > > * observer.sh: (texi) [DJGPP]: If the file name includes a > > colon, convert it to the /dev/x/ form. > > Clever. This is OK; would you mind adding a period after "trouble" in > the comment? Fixed and committed. Thanks.