From owner-freebsd-current@FreeBSD.ORG Mon Aug 27 13:29:16 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AE6C16A419 for ; Mon, 27 Aug 2007 13:29:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.freebsd.org (Postfix) with ESMTP id 12CAA13C442 for ; Mon, 27 Aug 2007 13:29:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1IPeeY-000ErS-Ge; Mon, 27 Aug 2007 16:29:14 +0300 X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 To: Xin LI In-reply-to: <46D2C417.5080809@delphij.net> References: <20070827131045.6jv7qrdlw0wg0sos@webmail.leidinger.net> <46D2C417.5080809@delphij.net> Comments: In-reply-to Xin LI message dated "Mon, 27 Aug 2007 20:31:19 +0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 27 Aug 2007 16:29:14 +0300 From: Danny Braniss Message-ID: Cc: Alexander Leidinger , freebsd-current@freebsd.org Subject: Re: sed misbehaving? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Aug 2007 13:29:16 -0000 > Danny Braniss wrote: > >> Quoting Danny Braniss (from Mon, 27 Aug 2007 > >> 13:58:04 +0300): > >> > >>> Since noone is complaining, this must be an oversite on my part, but > >>> echo 'ABC'|sed 's/a/z/' > >>> results in > >>> zBC > >>> what did i miss? > >> An update from an old -current to a recent -current (this was a > >> temporary bug after a change to sed). > >> > >> Bye, > >> Alexander. > > > > i guess in -current, Aug 19 is old :-) > > > > i'll try again, > > thanks. > > Just a reminder, before doing that, please make sure that you have the > following revision of file: > > compile.c:__FBSDID("$FreeBSD: src/usr.bin/sed/compile.c,v 1.30 > 2007/07/06 16:34:56 delphij Exp $"); > arghh, it seems that my updating script missed this one :-( > Cheers,