From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Schindelin Subject: Re: [PATCH v2] Replace instances of export VAR=VAL with VAR=VAL; export VAR Date: Wed, 28 Nov 2007 23:05:54 +0000 (GMT) Message-ID: References: <109026BC-408F-451A-8F7C-A4012DD8DBDF@wincent.com> <474AC136.8060906@viscovery.net> <451492C9-F3EA-4C37-A1AD-59FC72E0A0A2@wincent.com> <97F6E8DE-4022-4458-B6A9-C644A6EDC1E3@wincent.com> <7vir3m94ku.fsf@gitster.siamese.dyndns.org> <50645A3B-C5F0-4A99-A2B8-AD9251024244@wincent.com> <7v1waa7lcv.fsf@gitster.siamese.dyndns.org> <1570EAD5-9F47-4105-B3DA-49CA6FA57369@wincent.com> <474D7956.8050401@viscovery.net> <474D7D92.2000106@viscovery.net> <85ve7m8iix.fsf@lola.goethe.zz> <7vzlwy2dkm.fsf@gitster.siamese.dyndns.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Johannes Sixt , Wincent Colaiuta , Benoit Sigoure , Git Mailing List To: Junio C Hamano X-From: git-owner@vger.kernel.org Thu Nov 29 00:06:34 2007 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IxVz9-0005Kx-W7 for gcvg-git-2@gmane.org; Thu, 29 Nov 2007 00:06:28 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755511AbXK1XGJ (ORCPT ); Wed, 28 Nov 2007 18:06:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755340AbXK1XGH (ORCPT ); Wed, 28 Nov 2007 18:06:07 -0500 Received: from mail.gmx.net ([213.165.64.20]:42764 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755087AbXK1XGG (ORCPT ); Wed, 28 Nov 2007 18:06:06 -0500 Received: (qmail invoked by alias); 28 Nov 2007 23:06:03 -0000 Received: from unknown (EHLO openvpn-client) [138.251.11.103] by mail.gmx.net (mp051) with SMTP; 29 Nov 2007 00:06:03 +0100 X-Authenticated: #1490710 X-Provags-ID: V01U2FsdGVkX18DqW1gNsADIYKBkQmeeWzwETRSaMM046kngwffSX e7rIX0yoRclo9z X-X-Sender: gene099@racer.site In-Reply-To: <7vzlwy2dkm.fsf@gitster.siamese.dyndns.org> X-Y-GMX-Trusted: 0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hi, On Wed, 28 Nov 2007, Junio C Hamano wrote: > > Johannes Schindelin writes: > > > >> It might be POSIX, but there are shells that do not like the > >> expression 'export VAR=VAL'. > > > > As long as we have no positive report about any such shell that > > _otherwise_ would be usable for git, why bother? > > I thought somebody already mention that ash mishandles "export VAR=VAL" > but otherwise Ok. I thought I read an implicit request from you. And yes, there was an incidental bugfix in quiltimport. Besides, this "why bother?" sounds awfully like "it's in POSIX and I ignore the experience of Junio who knows that there are/were reasons not to use export VAR=VAL" to me. After all, I read this often enough on this list, and just forgot to fix it in filter-branch before submitting the patch. Ciao, Dscho