[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.3.2-65-gc7d8601
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official pacman repository". The branch, master has been updated via c7d8601e125de432f185c146c84333ca7d920d9a (commit) via ab3c6f01f5c884233f718e7f7d5c32b2fdf4ff73 (commit) from 72bc947cbb8ba752f021f28ec9e9a85c354918e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c7d8601e125de432f185c146c84333ca7d920d9a Author: Cedric Staniewski <cedric@gmx.ca> Date: Tue May 12 10:59:34 2009 +0200 Fix stderr redirection When redirecting both stderr and stdout and using the 2>&1 construct, you have to redirect stdout first. Otherwise stderr will be redirected to the 'old' stdout and not to the new resource. Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Dan McGee <dan@archlinux.org> commit ab3c6f01f5c884233f718e7f7d5c32b2fdf4ff73 Author: Laszlo Papp <djszapi@archlinux.us> Date: Sun Oct 11 15:52:12 2009 -0500 Remove makepath function from frontend Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: scripts/repo-add.sh.in | 2 +- src/pacman/util.c | 36 ------------------------------------ src/pacman/util.h | 1 - 3 files changed, 1 insertions(+), 38 deletions(-) hooks/post-receive -- The official pacman repository
Dan McGee wrote:
- Log ----------------------------------------------------------------- commit c7d8601e125de432f185c146c84333ca7d920d9a Author: Cedric Staniewski <cedric@gmx.ca> Date: Tue May 12 10:59:34 2009 +0200
Fix stderr redirection
When redirecting both stderr and stdout and using the 2>&1 construct, you have to redirect stdout first. Otherwise stderr will be redirected to the 'old' stdout and not to the new resource.
Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Dan McGee <dan@archlinux.org>
Ouch, totally forgot about this. Thanks for applying.
On Sun, Oct 11, 2009 at 5:59 PM, Cedric Staniewski <cedric@gmx.ca> wrote:
Dan McGee wrote: > - Log -----------------------------------------------------------------
commit c7d8601e125de432f185c146c84333ca7d920d9a Author: Cedric Staniewski <cedric@gmx.ca> Date: Tue May 12 10:59:34 2009 +0200
Fix stderr redirection
When redirecting both stderr and stdout and using the 2>&1 construct, you have to redirect stdout first. Otherwise stderr will be redirected to the 'old' stdout and not to the new resource.
Signed-off-by: Cedric Staniewski <cedric@gmx.ca> Signed-off-by: Dan McGee <dan@archlinux.org>
Ouch, totally forgot about this. Thanks for applying.
Better late than never, right? :)
participants (3)
-
Cedric Staniewski
-
Dan McGee
-
dan@archlinux.org