summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-10 00:06:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-10 00:06:31 +0000
commit92e26dcb34380718d821a1c6df949a2738422d4a (patch)
tree3e1999433540f8c5a3062922e229c37e1d6960ea /app-shells/rssh
parentVersion bump #118433 by Micheal Marineau. (diff)
downloadgentoo-2-92e26dcb34380718d821a1c6df949a2738422d4a.tar.gz
gentoo-2-92e26dcb34380718d821a1c6df949a2738422d4a.tar.bz2
gentoo-2-92e26dcb34380718d821a1c6df949a2738422d4a.zip
quote $S
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'app-shells/rssh')
-rw-r--r--app-shells/rssh/rssh-2.3.0.ebuild6
-rw-r--r--app-shells/rssh/rssh-2.3.2.ebuild4
2 files changed, 5 insertions, 5 deletions
diff --git a/app-shells/rssh/rssh-2.3.0.ebuild b/app-shells/rssh/rssh-2.3.0.ebuild
index 6c3987acece2..bdea896a5433 100644
--- a/app-shells/rssh/rssh-2.3.0.ebuild
+++ b/app-shells/rssh/rssh-2.3.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.0.ebuild,v 1.1 2005/12/24 04:18:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.0.ebuild,v 1.2 2006/01/10 00:06:31 vapier Exp $
DESCRIPTION="Restricted shell for SSHd"
HOMEPAGE="http://rssh.sourceforge.net/"
@@ -15,7 +15,7 @@ RDEPEND="virtual/ssh"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in
}
diff --git a/app-shells/rssh/rssh-2.3.2.ebuild b/app-shells/rssh/rssh-2.3.2.ebuild
index 4c5327506e6e..33bbd1abcf3d 100644
--- a/app-shells/rssh/rssh-2.3.2.ebuild
+++ b/app-shells/rssh/rssh-2.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.1 2006/01/10 00:04:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/rssh/rssh-2.3.2.ebuild,v 1.2 2006/01/10 00:06:31 vapier Exp $
DESCRIPTION="Restricted shell for SSHd"
HOMEPAGE="http://rssh.sourceforge.net/"
@@ -15,7 +15,7 @@ RDEPEND="virtual/ssh"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i 's:chmod u+s $(:chmod u+s $(DESTDIR)$(:' Makefile.in
}