diff options
author | 2007-01-15 16:22:22 +0000 | |
---|---|---|
committer | 2007-01-15 16:22:22 +0000 | |
commit | f520d0a0a78191f0b6b39b5b64f30366709e8df7 (patch) | |
tree | f1907cfa3f4bc9e9f8973bb22e5ec8a8d4ff0804 /eclass | |
parent | Inital ebuild for virtual box, live one as there is no snapshot file currently (diff) | |
download | historical-f520d0a0a78191f0b6b39b5b64f30366709e8df7.tar.gz historical-f520d0a0a78191f0b6b39b5b64f30366709e8df7.tar.bz2 historical-f520d0a0a78191f0b6b39b5b64f30366709e8df7.zip |
Fix typo in previous fix for bug #160339
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 8a2d4a52abac..bd8a1094dcf8 100644 --- a/eclass/ruby.eclass +++ b/eclass/ruby.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.56 2007/01/06 16:00:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.57 2007/01/15 16:22:22 fuzzyray Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -238,7 +238,7 @@ prepall() { rmdir --ignore-fail-on-non-empty ${D}/${siteruby} fi - set +noglob; set -$shopts # reset old shell opts + set +o noglob; set -$shopts # reset old shell opts fi prepallman |