diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-08-17 18:46:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-08-17 18:46:07 +0000 |
commit | 24511cf31108cb3a6560cb51ea16fa3ea727fe6b (patch) | |
tree | d0359ec63c317c437703f9994d6e62ba7e928d90 /eclass | |
parent | Add ~sparc keyword --- Bug #189262 --- request from philantrop. (diff) | |
download | historical-24511cf31108cb3a6560cb51ea16fa3ea727fe6b.tar.gz historical-24511cf31108cb3a6560cb51ea16fa3ea727fe6b.tar.bz2 historical-24511cf31108cb3a6560cb51ea16fa3ea727fe6b.zip |
Fix bug 140697
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ruby.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index 28caebb147f0..a27fbd7c6187 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.65 2007/05/17 19:25:52 rbrown Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.66 2007/08/17 18:46:07 graaff Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -258,8 +258,7 @@ prepall() { set +o noglob; set -$shopts # reset old shell opts fi - prepallman - prepallinfo - prepallstrip + # Continue with the regular prepall, see bug 140697 + (unset prepall; prepall) } |