diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2005-09-25 12:06:38 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2005-09-25 12:06:38 +0000 |
commit | 5536cc340a8b7108476f42e6b8a3436125dfb27a (patch) | |
tree | 7253de33b024138be59dac33e8ea64dbd9f523dd /app-arch/p7zip | |
parent | Don't force -mcpu on PPC users. Closes bug #107118. (diff) | |
download | gentoo-2-5536cc340a8b7108476f42e6b8a3436125dfb27a.tar.gz gentoo-2-5536cc340a8b7108476f42e6b8a3436125dfb27a.tar.bz2 gentoo-2-5536cc340a8b7108476f42e6b8a3436125dfb27a.zip |
changed wrapper script to include " around @
(Portage version: 1.589-cvs)
Diffstat (limited to 'app-arch/p7zip')
-rw-r--r-- | app-arch/p7zip/ChangeLog | 5 | ||||
-rw-r--r-- | app-arch/p7zip/files/7z | 2 | ||||
-rw-r--r-- | app-arch/p7zip/files/7za | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/p7zip/ChangeLog b/app-arch/p7zip/ChangeLog index 1bc3b441f9b3..2239a15aa51b 100644 --- a/app-arch/p7zip/ChangeLog +++ b/app-arch/p7zip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/p7zip # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.28 2005/09/25 09:29:39 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/p7zip/ChangeLog,v 1.29 2005/09/25 12:06:38 radek Exp $ + + 25 Sep 2005; Radoslaw Stachowiak <radek@gentoo.org> files/7z, files/7za: + changed wrapper script to include " around @ 25 Sep 2005; Radoslaw Stachowiak <radek@gentoo.org> files/7z, +files/7za, -p7zip-0.91.ebuild, p7zip-4.27.ebuild: diff --git a/app-arch/p7zip/files/7z b/app-arch/p7zip/files/7z index ae6974cfcd78..05c70869d09f 100644 --- a/app-arch/p7zip/files/7z +++ b/app-arch/p7zip/files/7z @@ -2,4 +2,4 @@ # 7z wrapper, p7zip, should be called with full path # so symlink and copy should not be used instead. -exec /usr/lib/p7zip/7z $@ +exec /usr/lib/p7zip/7z "$@" diff --git a/app-arch/p7zip/files/7za b/app-arch/p7zip/files/7za index 824a92c9be64..f718bb4fed54 100644 --- a/app-arch/p7zip/files/7za +++ b/app-arch/p7zip/files/7za @@ -2,4 +2,4 @@ # 7za wrapper, p7zip, should be called with full path # so symlink and copy should not be used instead. -exec /usr/lib/p7zip/7za $@ +exec /usr/lib/p7zip/7za "$@" |