[Pkg-zsh-commits] [zsh] 01/01: Fix output file descriptor of bug script. reportbug wants stuff on fd 3

Axel Beckert abe at deuxchevaux.org
Mon Jun 23 00:14:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 5cebe890c0feb186dbe4215e0cb0dea352f3f989
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Jun 23 02:14:46 2014 +0200

    Fix output file descriptor of bug script. reportbug wants stuff on fd 3
---
 debian/zsh.bug-script | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/zsh.bug-script b/debian/zsh.bug-script
index 026625c..341fb16 100755
--- a/debian/zsh.bug-script
+++ b/debian/zsh.bug-script
@@ -1,5 +1,8 @@
 #!/bin/sh
 
+exec 1>&3
+exec 2>&3
+
 if [ -x /usr/bin/aptitude ]; then
     echo "*** Packages which depend, recommend, suggest or enhance a zsh package and hence may provide code meant to be sourced in .zshrc ***"
     aptitude -q search '( ?enhances(?name(^zsh)) | ?depends(?name(^zsh)) | ?recommends(?name(^zsh)) | ?suggests(?name(^zsh)) ) !?source-package(^zsh$) ~i'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list