From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFCCC1395E2 for ; Wed, 30 Nov 2016 14:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36A9EE0B6A; Wed, 30 Nov 2016 14:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D362E0B6A for ; Wed, 30 Nov 2016 14:25:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55D20340F2A for ; Wed, 30 Nov 2016 14:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260884A5 for ; Wed, 30 Nov 2016 14:25:43 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1480515938.87af48eb76cc157e19215abf90cdb957dcd88adb.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: eclass/ X-VCS-Repository: proj/lisp X-VCS-Files: eclass/common-lisp-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 87af48eb76cc157e19215abf90cdb957dcd88adb X-VCS-Branch: master Date: Wed, 30 Nov 2016 14:25:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16afb05c-27f6-4b20-b56c-39a3d5b764d9 X-Archives-Hash: 5ba093d8fb01d08a35a1d319af07c0d3 commit: 87af48eb76cc157e19215abf90cdb957dcd88adb Author: Chema Alonso Josa gentoo org> AuthorDate: Wed Nov 30 14:25:38 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Wed Nov 30 14:25:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87af48eb eclass/common-lisp-3: Fixes typo eclass/common-lisp-3.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index c903448..d079e55 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -118,7 +118,7 @@ common-lisp-install-sources() { elif [[ -d ${path} ]] ; then common-lisp-install-sources -t ${ftype} $(find "${path}" -type f) else - die "${path} it neither a regular file nor a directory" + die "${path} is neither a regular file nor a directory" fi done }