From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38001) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ipGlL-0008MF-5B for guix-patches@gnu.org; Wed, 08 Jan 2020 14:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ipGlK-00047n-73 for guix-patches@gnu.org; Wed, 08 Jan 2020 14:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:45364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ipGlK-00046M-1N for guix-patches@gnu.org; Wed, 08 Jan 2020 14:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ipGlJ-0006xe-Tp for guix-patches@gnu.org; Wed, 08 Jan 2020 14:13:01 -0500 Subject: [bug#38678] [PATCH v3] better filter in 'refresh' Resent-Message-ID: MIME-Version: 1.0 References: <20191219210958.8807-1-zimon.toutoune@gmail.com> In-Reply-To: From: zimoun Date: Wed, 8 Jan 2020 20:12:06 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" 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: 38678@debbugs.gnu.org Cc: Pierre Neidhardt On Wed, 8 Jan 2020 at 19:53, zimoun wrote: > The short option '-L' is dropped of the %standard-build-options. My bad! The patch v2 keeps only "load-path" when only #\L must be dropped out. It is more about style than concrete issue. All the best, simon