From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: improve error message for `guix environment' Date: Mon, 16 Mar 2015 17:12:29 +0100 Message-ID: References: <20150316083300.GB15469@venom> <87r3sp14bk.fsf@fsf.org> <87mw3d3px6.fsf@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]:40952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXXdC-0003zn-JJ for guix-devel@gnu.org; Mon, 16 Mar 2015 12:12:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXXd9-0002sG-9p for guix-devel@gnu.org; Mon, 16 Mar 2015 12:12:42 -0400 In-Reply-To: <87mw3d3px6.fsf@gnu.org> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > David Thompson skribis: > >> From 13113846f0f19b57f271dc71b5cbc606d8c2b68a Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Mon, 16 Mar 2015 08:59:59 -0400 >> Subject: [PATCH] scripts: environment: Improve error messages. >> >> * guix/scripts/environment.scm (guix-environmnet): Wrap procedure body= with >> error handling form. There's a typo: "(guix-environmnet)" should be "(guix-environment)". ~~ Ricardo