diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-12-27 17:55:13 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-12-27 17:55:13 +0000 |
commit | 78f3c358b427938abe86e9f48677e91f68ba2764 (patch) | |
tree | 50ac6aed0c5c35a2cda7fed3b8522985a1de9f86 /eclass/savedconfig.eclass | |
parent | Stable for ppc/ppc64; bug #395543 (diff) | |
download | historical-78f3c358b427938abe86e9f48677e91f68ba2764.tar.gz historical-78f3c358b427938abe86e9f48677e91f68ba2764.tar.bz2 historical-78f3c358b427938abe86e9f48677e91f68ba2764.zip |
Update copyright years in headers
Diffstat (limited to 'eclass/savedconfig.eclass')
-rw-r--r-- | eclass/savedconfig.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/savedconfig.eclass b/eclass/savedconfig.eclass index 5dd6f5f741ef..626e7e16be5c 100644 --- a/eclass/savedconfig.eclass +++ b/eclass/savedconfig.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.15 2011/07/26 17:35:12 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.16 2011/12/27 17:55:12 fauli Exp $ # @ECLASS: savedconfig.eclass # @MAINTAINER: @@ -32,7 +32,7 @@ save_config() { [[ -z "${ED}" ]] && ED=${D} case $# in 0) die "Tell me what to save" - ;; + ;; 1) if [[ -f "$1" ]]; then dodir /etc/portage/savedconfig/${CATEGORY} cp "$1" "${ED}"/etc/portage/savedconfig/${CATEGORY}/${PF} \ |