diff options
author | 2006-11-02 16:37:17 +0000 | |
---|---|---|
committer | 2006-11-02 16:37:17 +0000 | |
commit | 75b6bf436dc4ccc6e39e17fde6372a96a10347bd (patch) | |
tree | 501bebae412758c84dc9d2ae30f2dee34edcefd7 /app-shells/bash/files | |
parent | Version bump to 1.3 (diff) | |
download | historical-75b6bf436dc4ccc6e39e17fde6372a96a10347bd.tar.gz historical-75b6bf436dc4ccc6e39e17fde6372a96a10347bd.tar.bz2 historical-75b6bf436dc4ccc6e39e17fde6372a96a10347bd.zip |
Add a patch to fix process substitution on BSD.
Package-Manager: portage-2.1.2_rc1-r2
Diffstat (limited to 'app-shells/bash/files')
-rw-r--r-- | app-shells/bash/files/bash-3.2-process-subst.patch | 10 | ||||
-rw-r--r-- | app-shells/bash/files/digest-bash-3.2_p3-r1 | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-shells/bash/files/bash-3.2-process-subst.patch b/app-shells/bash/files/bash-3.2-process-subst.patch new file mode 100644 index 000000000000..cdc50fb29e06 --- /dev/null +++ b/app-shells/bash/files/bash-3.2-process-subst.patch @@ -0,0 +1,10 @@ +--- execute_cmd.c 2006-11-01 18:32:36 +0000 ++++ execute_cmd.c 2006-11-01 18:32:42 +0000 +@@ -2672,6 +2672,7 @@ + + do_piping (pipe_in, pipe_out); + ++ subshell_environment = 0; + if (async) + subshell_environment |= SUBSHELL_ASYNC; + if (pipe_in != NO_PIPE || pipe_out != NO_PIPE) diff --git a/app-shells/bash/files/digest-bash-3.2_p3-r1 b/app-shells/bash/files/digest-bash-3.2_p3-r1 new file mode 100644 index 000000000000..e81ab95a3188 --- /dev/null +++ b/app-shells/bash/files/digest-bash-3.2_p3-r1 @@ -0,0 +1,12 @@ +MD5 00bfa16d58e034e3c2aa27f390390d30 bash-3.2.tar.gz 2529838 +RMD160 a73f790817d98be375a36def567737498e33aaf1 bash-3.2.tar.gz 2529838 +SHA256 26c99025b59e30779300b68adb764f824974d267a4d7cc1b347d14a2393f9fb4 bash-3.2.tar.gz 2529838 +MD5 d8e10c754f477e3f3a581af566b89301 bash32-001 1539 +RMD160 633f6eb6b2b48345234c442b835abb94d10e0dad bash32-001 1539 +SHA256 beda60ce6186fafa36cd0a98db9ced42cff68daee4342cca73167fb0f2f43eaa bash32-001 1539 +MD5 d38a5288b2f0ea6c9ac76b66cc74ef7d bash32-002 1524 +RMD160 5d0f0dab859197784b15c683d54e7a505a8434c3 bash32-002 1524 +SHA256 a0ca49a3c47678ad074c990bdc871fcec680749b7f04f2def6527f04c589c40a bash32-002 1524 +MD5 0b90d37911827d8cb95f3b4353cc225e bash32-003 4599 +RMD160 efdcb4f8d6c800b5a3dab7bae37f95861bf186d8 bash32-003 4599 +SHA256 7ec9e5e7e402e43b12bfd3a9237f4f171029fc7f58e59335abf3ccb455a5a84d bash32-003 4599 |