From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 11 May 2006 16:56:39 +0400 From: Stanislav Ievlev To: ALT Devel discussion list Message-ID: <20060511125639.GB5347@basalt.office.altlinux.org> References: <20060511074924.GA27047@basalt.office.altlinux.org> <20060511122431.GB1523@basalt.office.altlinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20060511122431.GB1523@basalt.office.altlinux.org> Subject: Re: [devel] I: little gear bug X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.7 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2006 12:56:39 -0000 Archived-At: List-Archive: List-Post: On Thu, May 11, 2006 at 04:24:31PM +0400, Dmitry V. Levin wrote: > On Thu, May 11, 2006 at 11:49:24AM +0400, Stanislav Ievlev wrote: > > Если забыть сделать перенос строки в конце файла, то gear молча теряет > > последнюю строку в этом самом файле (.gear-rules). > > $ echo foo |while read -r; do echo $REPLY; done > foo > $ echo -n foo |while read -r; do echo $REPLY; done > $ ну и?