diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-24 14:21:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-24 14:21:04 +0000 |
commit | b49de1ad185dce6415f8eb3eeb251afc352049a9 (patch) | |
tree | eb0fc2884e690e126af990ca3bad441359a0ab81 /eclass/elisp-common.eclass | |
parent | Allow nxagent 3.3.0 usage (diff) | |
download | historical-b49de1ad185dce6415f8eb3eeb251afc352049a9.tar.gz historical-b49de1ad185dce6415f8eb3eeb251afc352049a9.tar.bz2 historical-b49de1ad185dce6415f8eb3eeb251afc352049a9.zip |
Terminate last line of init file.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index bf24fb62fe41..6eaeb3c258cb 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.51 2008/10/27 21:34:34 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.52 2008/11/24 14:21:04 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -291,7 +291,7 @@ elisp-site-file-install() { ebegin "Installing site initialisation file for GNU Emacs" cp "$1" "${sf}" sed -i -e "s:@SITELISP@:${SITELISP}/${my_pn}:g" \ - -e "s:@SITEETC@:${SITEETC}/${my_pn}:g" "${sf}" + -e "s:@SITEETC@:${SITEETC}/${my_pn}:g;\$q" "${sf}" ( # subshell to avoid pollution of calling environment insinto "${SITELISP}/site-gentoo.d" doins "${sf}" |