summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-02-12 21:43:38 +0000
committerZac Medico <zmedico@gentoo.org>2009-02-12 21:43:38 +0000
commitd13b6fdacd79be24e31b115450fbed975ada68ca (patch)
treee6033d6ec116dd68c36889ade99a398b243214fb /bin
parentf3c52f0bc6869e92ff888387fed3c95048f77eda (diff)
downloadportage-d13b6fdacd79be24e31b115450fbed975ada68ca.tar.gz
portage-d13b6fdacd79be24e31b115450fbed975ada68ca.tar.bz2
portage-d13b6fdacd79be24e31b115450fbed975ada68ca.zip
* Remove outdated comment about qa_source() return value (with typo).
* Update copyright header. Thanks to Jeremy Olexa <darkside@g.o> for reporting. svn path=/main/trunk/; revision=12602
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 e4ba92837..69f5919ad 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"