From: Paul Varner Date: Mon, 15 Jan 2007 16:22:22 +0000 (+0000) Subject: Fix typo in previous fix for bug #160339 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f520d0a0a78191f0b6b39b5b64f30366709e8df7;p=gentoo.git Fix typo in previous fix for bug #160339 --- 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 # @@ -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