diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 20:20:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-11-17 20:20:38 +0000 |
commit | a3ede5ec0d1ec9d8c2dfc9a9e6799e3c2af4035c (patch) | |
tree | c6a848d8b0ddd4274226c30490299f3896b48663 /app-misc/mc/files | |
parent | Fix patch with absolute paths. (diff) | |
download | gentoo-2-a3ede5ec0d1ec9d8c2dfc9a9e6799e3c2af4035c.tar.gz gentoo-2-a3ede5ec0d1ec9d8c2dfc9a9e6799e3c2af4035c.tar.bz2 gentoo-2-a3ede5ec0d1ec9d8c2dfc9a9e6799e3c2af4035c.zip |
Fix patch with absolute paths.
(Portage version: 2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'app-misc/mc/files')
-rw-r--r-- | app-misc/mc/files/mc-4.6.1-bash-all.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/mc/files/mc-4.6.1-bash-all.patch b/app-misc/mc/files/mc-4.6.1-bash-all.patch index e3e2afc344ca..d16128108d77 100644 --- a/app-misc/mc/files/mc-4.6.1-bash-all.patch +++ b/app-misc/mc/files/mc-4.6.1-bash-all.patch @@ -1,5 +1,5 @@ ---- /src/subshell.c.000 2006-05-08 23:11:48.000000000 +0200 -+++ /src/subshell.c 2006-10-28 15:40:46.000000000 +0200 +--- a/src/subshell.c 2006-05-08 23:11:48.000000000 +0200 ++++ b/src/subshell.c 2006-10-28 15:40:46.000000000 +0200 @@ -745,29 +745,13 @@ subshell_name_quote (const char *s) memcpy (d, cmd_start, len); d += len; |