summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-03-20 23:21:37 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-03-20 23:21:37 +0000
commit7bcff2be1ac74e674f175d2b20fc0a4e2229aeee (patch)
treec321bf6b805c1f5196caf093e9656993f228cf4c /eclass
parentremove useless doc installation, fix bug #205676 again (diff)
downloadhistorical-7bcff2be1ac74e674f175d2b20fc0a4e2229aeee.tar.gz
historical-7bcff2be1ac74e674f175d2b20fc0a4e2229aeee.tar.bz2
historical-7bcff2be1ac74e674f175d2b20fc0a4e2229aeee.zip
adding quotes for ${D} (although it should never need it)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/pam.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pam.eclass b/eclass/pam.eclass
index 4a59ed2d2bea..dba3e176734e 100644
--- a/eclass/pam.eclass
+++ b/eclass/pam.eclass
@@ -1,7 +1,7 @@
# Copyright 2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Diego Pettenò <flameeyes@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.15 2008/02/20 00:00:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/pam.eclass,v 1.16 2008/03/20 23:21:37 eva Exp $
#
# This eclass contains functions to install pamd configuration files and
# pam modules.
@@ -176,7 +176,7 @@ pamd_mimic() {
cleanpamd() {
while [[ -n $1 ]]; do
if ! has_version sys-libs/pam; then
- sed -i -e '/pam_shells\|pam_console/s:^:#:' ${D}/etc/pam.d/$1
+ sed -i -e '/pam_shells\|pam_console/s:^:#:' "${D}/etc/pam.d/$1"
fi
shift