From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePs4o-0007iw-RZ for guix-patches@gnu.org; Fri, 15 Dec 2017 10:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePs4k-0005Tm-0h for guix-patches@gnu.org; Fri, 15 Dec 2017 10:39:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55507) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ePs4j-0005TJ-Tg for guix-patches@gnu.org; Fri, 15 Dec 2017 10:39:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ePs4j-0007L8-Ik for guix-patches@gnu.org; Fri, 15 Dec 2017 10:39:01 -0500 Subject: [bug#29409] [PATCH v2 3/4] scripts: system: Add --expression option. Resent-Message-ID: References: <1513162937-13145-1-git-send-email-m.othacehe@gmail.com> <1513162937-13145-3-git-send-email-m.othacehe@gmail.com> <87vah8jmvt.fsf@gnu.org> <87vah89r3f.fsf@gmail.com> <87r2rwhyw0.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <87r2rwhyw0.fsf@gnu.org> Date: Fri, 15 Dec 2017 16:38:46 +0100 Message-ID: <87r2rw9f21.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29409@debbugs.gnu.org > It looks better, yes. Thanks! I pushed the two remaining patches ! Thanks a lot for reviewing :) Mathieu