From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH v2] guix lint: add the --checkers option. Date: Wed, 15 Oct 2014 19:06:04 +0200 Message-ID: <87h9z5z2ir.fsf@gnu.org> References: <87lholxltr.fsf@gnu.org> <1413333577-5665-1-git-send-email-tipecaml@gmail.com> 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]:44069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeS1V-0003Q1-Kk for guix-devel@gnu.org; Wed, 15 Oct 2014 13:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XeS1O-0002ia-19 for guix-devel@gnu.org; Wed, 15 Oct 2014 13:06:05 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XeS1N-0002iO-JQ for guix-devel@gnu.org; Wed, 15 Oct 2014 13:05:57 -0400 In-Reply-To: <1413333577-5665-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 15 Oct 2014 02:39:37 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * guix/scripts/lint.scm: add the "--checkers" option. > * doc/guix.texi (Invoking guix lint): Document it. > * tests/guix-lint.sh: New file > * Makefile.am (SCM_TESTS): Add it. [...] > +export GUIX_PACKAGE_PATH=3D$module_dir I had overlooked this, but it=E2=80=99s also a Bash extension. Use: GUIX_PACKAGE_PATH=3D"$module_dir" export GUIX_PACKAGE_PATH OK to push with this change, thank you! Ludo=E2=80=99.