From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25422: [PATCH 0/2] Support single-entry search paths Date: Mon, 23 Jan 2017 23:02:54 +0100 Message-ID: <87bmuxmo35.fsf@gnu.org> References: <87h951jq2s.fsf@gnu.org> <20170122215201.7948-1-ludo@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVmib-000178-4C for bug-guix@gnu.org; Mon, 23 Jan 2017 17:04:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVmiY-0004FO-0g for bug-guix@gnu.org; Mon, 23 Jan 2017 17:04:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41279) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cVmiX-0004FK-Th for bug-guix@gnu.org; Mon, 23 Jan 2017 17:04:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cVmiX-00022z-Jr for bug-guix@gnu.org; Mon, 23 Jan 2017 17:04:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Ricardo Wurmus's message of "Mon, 23 Jan 2017 14:00:58 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus Cc: 25422@debbugs.gnu.org Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: > >> Hi! >> >> These patches for =E2=80=98core-updates=E2=80=99 add support for =E2=80= =9Csingle-entry=E2=80=9D search >> paths like =E2=80=98GIT_SSL_CAINFO=E2=80=99. This is achieved by settin= g =E2=80=98separator=E2=80=99 to >> #f in the search path spec. >> >> Feedback welcome! > > This looks good and will be useful for the Lua search path as well. Thanks for your feedback. I=E2=80=99ve pushed it as fcd75bdbfa99d14363b905afbf914eec20e69df8. Ludo=E2=80=99.