From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17F63138262 for ; Fri, 20 May 2016 15:49:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 753C7142B4; Fri, 20 May 2016 15:49:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F2AD142B4 for ; Fri, 20 May 2016 15:49:10 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id B0EA734095A for ; Fri, 20 May 2016 15:49:08 +0000 (UTC) Date: Fri, 20 May 2016 08:48:20 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 2/4] cmd: add support for running commands directly Message-ID: <20160520084820.3a1519bc.dolsen@gentoo.org> In-Reply-To: <1463754466-15028-2-git-send-email-vapier@gentoo.org> References: <1463754466-15028-1-git-send-email-vapier@gentoo.org> <1463754466-15028-2-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: fb38ed5c-b6d1-4032-99f6-31267aacadf0 X-Archives-Hash: 965260bf7c2c9394977657011a11c05b On Fri, 20 May 2016 10:27:44 -0400 Mike Frysinger wrote: > Very few of the commands we execute actually need to be run through a > shell. Extend the cmd helper to take an argv and convert the majority > of calls over to that. Looks good to me :) Thank you -- Brian Dolbec