diff options
author | Fabian Groffen <grobian@gentoo.org> | 2009-11-16 21:39:00 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2009-11-16 21:39:00 +0000 |
commit | 13c6953ab4845df42e9584e400b2f7321fe3d1a5 (patch) | |
tree | 27968e0e595919079fcc55a5e98b5dd0fc9e2bde /eclass/prefix.eclass | |
parent | eprefixify: (diff) | |
download | gentoo-2-13c6953ab4845df42e9584e400b2f7321fe3d1a5.tar.gz gentoo-2-13c6953ab4845df42e9584e400b2f7321fe3d1a5.tar.bz2 gentoo-2-13c6953ab4845df42e9584e400b2f7321fe3d1a5.zip |
remove stray backslash, oops
Diffstat (limited to 'eclass/prefix.eclass')
-rw-r--r-- | eclass/prefix.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/prefix.eclass b/eclass/prefix.eclass index 569ebf39fdfc..a347df74c78b 100644 --- a/eclass/prefix.eclass +++ b/eclass/prefix.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: prefix.eclass,v 1.2 2009/11/16 21:37:14 grobian Exp $ +# $Id: prefix.eclass,v 1.3 2009/11/16 21:39:00 grobian Exp $ # @ECLASS: prefix.eclass # @MAINTAINER: @@ -33,7 +33,7 @@ fi eprefixify() { [[ $# -lt 1 ]] && die "at least one argument required" - einfo "Adjusting to prefix ${EPREFIX:-/}" \ + einfo "Adjusting to prefix ${EPREFIX:-/}" local x for x in "$@" ; do if [[ -e ${x} ]] ; then |