Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: eclass/
Date: Wed, 30 Nov 2016 14:25:47
Message-Id: 1480515938.87af48eb76cc157e19215abf90cdb957dcd88adb.nimiux@gentoo
1 commit: 87af48eb76cc157e19215abf90cdb957dcd88adb
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 14:25:38 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 14:25:38 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=87af48eb
7
8 eclass/common-lisp-3: Fixes typo
9
10 eclass/common-lisp-3.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass
14 index c903448..d079e55 100644
15 --- a/eclass/common-lisp-3.eclass
16 +++ b/eclass/common-lisp-3.eclass
17 @@ -118,7 +118,7 @@ common-lisp-install-sources() {
18 elif [[ -d ${path} ]] ; then
19 common-lisp-install-sources -t ${ftype} $(find "${path}" -type f)
20 else
21 - die "${path} it neither a regular file nor a directory"
22 + die "${path} is neither a regular file nor a directory"
23 fi
24 done
25 }