* Update copyright header.
Thanks to Jeremy Olexa <darkside@g.o> for reporting. (trunk r12602)
svn path=/main/branches/2.1.6/; revision=12883
#!/bin/bash
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# 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"