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/files | |
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/files')
-rw-r--r-- | app-arch/p7zip/files/7z | 2 | ||||
-rw-r--r-- | app-arch/p7zip/files/7za | 2 |
2 files changed, 2 insertions, 2 deletions
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 "$@" |