* Remove outdated comment about qa_source() return value (with typo).
authorZac Medico <zmedico@gentoo.org>
Thu, 12 Feb 2009 21:43:38 +0000 (21:43 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 12 Feb 2009 21:43:38 +0000 (21:43 -0000)
* Update copyright header.
Thanks to Jeremy Olexa <darkside@g.o> for reporting.

svn path=/main/trunk/; revision=12602

bin/ebuild.sh

index e4ba92837e2dabe5d52fd40e0b2c8af6d7875cb5..69f5919adfc1f4596a058654f74c5bdb05c6586b 100755 (executable)
@@ -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"