diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2007-01-15 16:22:22 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2007-01-15 16:22:22 +0000 |
commit | be16543adc34d5109db1bedf05cfceafd60597a0 (patch) | |
tree | aa545dd6bdef59437d25d7df114678a33a84c454 /eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-be16543adc34d5109db1bedf05cfceafd60597a0.tar.gz gentoo-2-be16543adc34d5109db1bedf05cfceafd60597a0.tar.bz2 gentoo-2-be16543adc34d5109db1bedf05cfceafd60597a0.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 |