[pbuilder] 01/02: pbuilder: Don't show functions in dumpconfig

Mattia Rizzolo mattia at debian.org
Sun Jul 24 14:22:27 UTC 2016


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

mattia pushed a commit to branch master
in repository pbuilder.

commit d293285d528f3b36132f40a613e6a0662276780b
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sat Jul 23 22:30:24 2016 +0100

    pbuilder: Don't show functions in dumpconfig
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 pbuilder | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pbuilder b/pbuilder
index 000e8c9..c76605e 100755
--- a/pbuilder
+++ b/pbuilder
@@ -160,8 +160,8 @@ case "$1" in
         trap umountproc_cleanbuildplace_trap exit sighup
         executehooks "F"
         log.i "start dump config"
-        log.i "set"
-        set
+        log.i "(set -o posix; set)"
+        (set -o posix; set)
         log.i "env"
         env
         log.i "end dump config"

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



More information about the Pbuilder-maint mailing list