summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-03-07 10:02:33 +0000
committerMarkus Meier <maekke@gentoo.org>2009-03-07 10:02:33 +0000
commit3dc175f123b494d0703caf24f3ed6f3b540a432f (patch)
tree5738b1cdff44b6ac33d8f675251d0cecd10d45c7 /eclass
parentMove from dev-perl/ to perl-core/. Version bump (diff)
downloadgentoo-2-3dc175f123b494d0703caf24f3ed6f3b540a432f.tar.gz
gentoo-2-3dc175f123b494d0703caf24f3ed6f3b540a432f.tar.bz2
gentoo-2-3dc175f123b494d0703caf24f3ed6f3b540a432f.zip
quote ${S} variable wrt bug #258167
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/fortran.eclass b/eclass/fortran.eclass
index d1c1d7d1014f..fcd091c79139 100644
--- a/eclass/fortran.eclass
+++ b/eclass/fortran.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/fortran.eclass,v 1.20 2008/11/07 00:53:30 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fortran.eclass,v 1.21 2009/03/07 10:02:33 maekke Exp $
#
# Author: Danny van Dyk <kugelfang@gentoo.org>
#
@@ -209,7 +209,7 @@ fortran_pkg_setup() {
# Run patch_fortran if no new src_unpack() is defined.
fortran_src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
patch_fortran
}