From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] service: shepherd: Replace spaces with hyphens in file names. Date: Wed, 08 Feb 2017 15:40:00 +0100 Message-ID: <87mvdwpwzj.fsf@gnu.org> References: <20170205185854.4345-1-clement@lassieur.org> <20170205185854.4345-2-clement@lassieur.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]:57114) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbTPj-0005Ut-Hg for guix-devel@gnu.org; Wed, 08 Feb 2017 09:40:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbTPg-0001Rr-DA for guix-devel@gnu.org; Wed, 08 Feb 2017 09:40:07 -0500 In-Reply-To: <20170205185854.4345-2-clement@lassieur.org> (=?utf-8?Q?=22Cl?= =?utf-8?Q?=C3=A9ment?= Lassieur"'s message of "Sun, 5 Feb 2017 19:58:53 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Cc: guix-devel@gnu.org Cl=C3=A9ment Lassieur skribis: > * gnu/services/shepherd.scm (shepherd-service-file-name): Update > 'match-lambda' accordingly. > > This fixes a bug whereby names of files defining services would be invali= d if > 'provisions' contained more than one element. Good catch! Applied, thanks. Ludo=E2=80=99.