diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-01-06 19:30:24 +0000 |
commit | d9b72ad49e2a1bd75cf6af9436298b8935241037 (patch) | |
tree | dea3bed0d5bef715c20f0c86159b72dd18cb4468 /eclass/ruby.eclass | |
parent | Add missing version separator line to ChangeLog. (diff) | |
download | gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.gz gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.tar.bz2 gentoo-2-d9b72ad49e2a1bd75cf6af9436298b8935241037.zip |
whitespace
Diffstat (limited to 'eclass/ruby.eclass')
-rw-r--r-- | eclass/ruby.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/ruby.eclass b/eclass/ruby.eclass index b6a950cc8e8d..769f4faa8899 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.68 2007/08/25 18:49:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby.eclass,v 1.69 2008/01/06 19:30:24 swegener Exp $ # # Author: Mamoru KOMACHI <usata@gentoo.org> # @@ -252,14 +252,14 @@ prepall() { # in case no directories found in siteruby local shopts=$- set -o noglob # so that bash doen't expand "*" - + for x in ${D}/${siteruby}/* ; do mv $x ${D}/${siteruby}/.. done if [ -d ${D}${siteruby} ] ; then rmdir --ignore-fail-on-non-empty ${D}/${siteruby} fi - + set +o noglob; set -$shopts # reset old shell opts fi fi |