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 | 220872bd729194978419adabbb00740ceb49583e (patch) | |
tree | bfcfca47f41df80bd27ca21af04e82f19828206c /eclass/ruby.eclass | |
parent | Add ~sparc keyword --- Bug #189262 --- request from philantrop. (diff) | |
download | gentoo-2-220872bd729194978419adabbb00740ceb49583e.tar.gz gentoo-2-220872bd729194978419adabbb00740ceb49583e.tar.bz2 gentoo-2-220872bd729194978419adabbb00740ceb49583e.zip |
Fix bug 140697
Diffstat (limited to 'eclass/ruby.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) } |