From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alex Riesen" Subject: Re: [PATCH] fmt-merge-msg: avoid open "-|" list form for Perl 5.6 Date: Thu, 23 Feb 2006 10:35:16 +0100 Message-ID: <81b0412b0602230135w472aa6f3v72980f6f63bb355f@mail.gmail.com> References: <7vr75xbs8w.fsf_-_@assigned-by-dhcp.cox.net> <81b0412b0602210930w5c1a71aage12bad2079dd515a@mail.gmail.com> <43FB79E2.1040307@vilain.net> <20060221215742.GA5948@steel.home> <43FB9656.8050308@vilain.net> <81b0412b0602220835p4c4243edm145ee827eb706121@mail.gmail.com> <81b0412b0602230000t58a88af6na1aa7e323dc0179d@mail.gmail.com> <7vwtfmihts.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Feb 23 10:35:28 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FCCsd-0005bW-SZ for gcvg-git@gmane.org; Thu, 23 Feb 2006 10:35:25 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751082AbWBWJfT (ORCPT ); Thu, 23 Feb 2006 04:35:19 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751078AbWBWJfT (ORCPT ); Thu, 23 Feb 2006 04:35:19 -0500 Received: from nproxy.gmail.com ([64.233.182.200]:5270 "EHLO nproxy.gmail.com") by vger.kernel.org with ESMTP id S1751082AbWBWJfS convert rfc822-to-8bit (ORCPT ); Thu, 23 Feb 2006 04:35:18 -0500 Received: by nproxy.gmail.com with SMTP id n29so4106nfc for ; Thu, 23 Feb 2006 01:35:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gZGWbrGVPoCQRVzReJA4vRo513LhlQW5JP/K6uGmteJ8nUxq96xB+OgndQBhO3HWAbXQRlJ4roCrLME/ldzykpjDYSbIKpIjoEUuHn1vepGrU85GA8coJxE8QBUpwH/lSwM5lCwSrucf2QBC0M6cKPkCQDh1cWpWZ591ygy5eds= Received: by 10.49.32.11 with SMTP id k11mr2277948nfj; Thu, 23 Feb 2006 01:35:16 -0800 (PST) Received: by 10.49.88.16 with HTTP; Thu, 23 Feb 2006 01:35:16 -0800 (PST) To: "Junio C Hamano" In-Reply-To: <7vwtfmihts.fsf@assigned-by-dhcp.cox.net> Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On 2/23/06, Junio C Hamano wrote: > "Alex Riesen" writes: > > > I'll keep that in mind. But there are places where a safe pipe is unavoidable > > (filenames. No amount of careful quoting will save you). > > Huh? > Because you never know what did the next interpreter took for unquoting: $SHELL, /bin/sh cmd /c, or something else.