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 99B76138259 for ; Wed, 2 Jan 2013 18:40:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55BF21C004; Wed, 2 Jan 2013 18:39:59 +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 38E9221C004 for ; Wed, 2 Jan 2013 18:39:59 +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 48B8F33DC50 for ; Wed, 2 Jan 2013 18:39:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DE126E5439 for ; Wed, 2 Jan 2013 18:39:56 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1354094672.6cc58a14e8f8d9d7b98bc58c115cd58c2d898544.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: ebuild-functions.tex X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 6cc58a14e8f8d9d7b98bc58c115cd58c2d898544 X-VCS-Branch: master Date: Wed, 2 Jan 2013 18:39:56 +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: cba200ba-11fb-48b3-9880-38024bd7b685 X-Archives-Hash: 293018c2a1456d428d46a75abb0a4c41 commit: 6cc58a14e8f8d9d7b98bc58c115cd58c2d898544 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 28 09:18:00 2012 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Wed Nov 28 09:24:32 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=6cc58a14 src-install-4: Replace single quotes by double quotes This improves readability. It doesn't make any difference for bash. --- ebuild-functions.tex | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ebuild-functions.tex b/ebuild-functions.tex index 1f2ab68..84847e9 100644 --- a/ebuild-functions.tex +++ b/ebuild-functions.tex @@ -317,7 +317,7 @@ src_install() { THANKS BUGS FAQ CREDITS CHANGELOG ; do [[ -s "${d}" ]] && dodoc "${d}" done - elif declare -p DOCS | grep -q '^declare -a ' ; then + elif declare -p DOCS | grep -q "^declare -a " ; then dodoc "${DOCS[@]}" else dodoc ${DOCS}