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 2AED5138262 for ; Fri, 20 May 2016 15:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C5B1E0871; Fri, 20 May 2016 15:52:02 +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 04F33E0871 for ; Fri, 20 May 2016 15:52:01 +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 D417C340928 for ; Fri, 20 May 2016 15:52:00 +0000 (UTC) Date: Fri, 20 May 2016 08:51:14 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 4/4] replace os.system with cmd Message-ID: <20160520085114.1912941b.dolsen@gentoo.org> In-Reply-To: <1463754466-15028-4-git-send-email-vapier@gentoo.org> References: <1463754466-15028-1-git-send-email-vapier@gentoo.org> <1463754466-15028-4-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: c75558d1-4b2d-47dc-a0eb-c790c086aed2 X-Archives-Hash: d10553d6333aa8fba27d210b61f76582 On Fri, 20 May 2016 10:27:46 -0400 Mike Frysinger wrote: > Use the existing cmd() helper for running external programs. > --- these have been bugging me for quite a while, thank you for getting to it. push approved :D -- Brian Dolbec