summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-03-11 05:07:13 +0000
committerZac Medico <zmedico@gentoo.org>2009-03-11 05:07:13 +0000
commit731d4f2a8c5286e6a60aca46edbed302924f0187 (patch)
tree643b16e8176c63695c4324d484c8f6c208f21bb8 /bin
parentInside portage.fetch(), check for the case where FETCOMMAND creates a (diff)
downloadportage-multirepo-731d4f2a8c5286e6a60aca46edbed302924f0187.tar.gz
portage-multirepo-731d4f2a8c5286e6a60aca46edbed302924f0187.tar.bz2
portage-multirepo-731d4f2a8c5286e6a60aca46edbed302924f0187.zip
* Remove outdated comment about qa_source() return value (with typo).
* Update copyright header. Thanks to Jeremy Olexa <darkside@g.o> for reporting. (trunk r12602) svn path=/main/branches/2.1.6/; revision=12883
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ebuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index e4ba9283..69f5919a 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -29,7 +29,7 @@ fi
# These two functions wrap sourcing and calling respectively. At present they
# perform a qa check to make sure eclasses and ebuilds and profiles don't mess
# with shell opts (shopts). Ebuilds/eclasses changing shopts should reset them
-# when they are done. Note: For now these shoudl always return success.
+# when they are done.
qa_source() {
local shopts=$(shopt) OLDIFS="$IFS"