From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7A223138247 for ; Tue, 19 Nov 2013 12:54:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6CF37E09F0; Tue, 19 Nov 2013 12:54:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE5B3E09F0 for ; Tue, 19 Nov 2013 12:54:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F205F33EFDC for ; Tue, 19 Nov 2013 12:54:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A4C69E5459 for ; Tue, 19 Nov 2013 12:54:41 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1384865672.8a49c1aac6f1f1824059513360f2abc8aece1cd3.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: libs/, / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog libs/default.eselect.in X-VCS-Directories: libs/ / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8a49c1aac6f1f1824059513360f2abc8aece1cd3 X-VCS-Branch: master Date: Tue, 19 Nov 2013 12:54:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 66bf4145-7172-4a97-bcfc-38e287960ba0 X-Archives-Hash: ade14b814933aafa961e2888ffbb6808 commit: 8a49c1aac6f1f1824059513360f2abc8aece1cd3 Author: Ulrich Müller gentoo org> AuthorDate: Tue Nov 19 12:54:32 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Nov 19 12:54:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=8a49c1aa Don't reset output mode in default do_help(). * libs/default.eselect.in (do_help): Don't reset output mode. --- ChangeLog | 4 ++++ libs/default.eselect.in | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 536344e..5c3750e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-11-19 Ulrich Müller + + * libs/default.eselect.in (do_help): Don't reset output mode. + 2013-11-15 Ulrich Müller * libs/output.bash.in (write_kv_list_entry): Suppress wrapping diff --git a/libs/default.eselect.in b/libs/default.eselect.in index 5783a8d..844cc5c 100644 --- a/libs/default.eselect.in +++ b/libs/default.eselect.in @@ -95,7 +95,6 @@ describe_help() { } do_help() { - set_output_mode default echo "${DESCRIPTION}" show_usage_message if is_function show_extra_help_text; then