diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-09-22 08:13:09 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-09-22 08:13:09 +0000 |
commit | 29308b8e013abe49ab2df4e0acd5d67ea04a071f (patch) | |
tree | 7aa92b41eeb1d99230b8e088b778d852b3c52a61 /eclass/bzr.eclass | |
parent | Remove old. (diff) | |
download | gentoo-2-29308b8e013abe49ab2df4e0acd5d67ea04a071f.tar.gz gentoo-2-29308b8e013abe49ab2df4e0acd5d67ea04a071f.tar.bz2 gentoo-2-29308b8e013abe49ab2df4e0acd5d67ea04a071f.zip |
Output actual directory in einfo message.
Diffstat (limited to 'eclass/bzr.eclass')
-rw-r--r-- | eclass/bzr.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 05290113e3c7..4c17f4c9121d 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.16 2011/09/02 21:26:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.17 2011/09/22 08:13:09 ulm Exp $ # # @ECLASS: bzr.eclass # @MAINTAINER: @@ -233,7 +233,7 @@ bzr_fetch() { if [[ ! -d ${branch_dir}/.bzr ]]; then if [[ ${repo_dir} != "${branch_dir}" && ! -d ${repo_dir}/.bzr ]]; then - einfo "creating shared bzr repository" + einfo "creating shared bzr repository: ${repo_dir}" ${EBZR_INIT_REPO_CMD} "${repo_dir}" \ || die "${EBZR}: can't create shared repository" fi |