From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR4G9-0007dR-7e for garchives@archives.gentoo.org; Sun, 06 May 2012 16:24:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDF4E087E; Sun, 6 May 2012 16:16:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D3175E09BE for ; Sun, 6 May 2012 16:07:22 +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 74A2B1B405A for ; Sun, 6 May 2012 16:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 429A3E5430 for ; Sun, 6 May 2012 16:07:21 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1239651498.0850c2c9e4106f0030401825019423e1b7c2820a.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-updater@1480 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: emacs-updater X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 0850c2c9e4106f0030401825019423e1b7c2820a X-VCS-Branch: backups/emacs-updater@1480 Date: Sun, 6 May 2012 16:07:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2e5f1ba0-7eff-4352-b541-cd205f25d422 X-Archives-Hash: 31d02f44d36a0d20eae639710904ff1f commit: 0850c2c9e4106f0030401825019423e1b7c2820a Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Mon Apr 13 19:38:18 2009 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Mon Apr 13 19:38:18 2009 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D0850c2c9 Fix typo. svn path=3D/emacs-updater/; revision=3D1251 --- emacs-updater | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs-updater b/emacs-updater index d54809d..ea87a8c 100755 --- a/emacs-updater +++ b/emacs-updater @@ -130,7 +130,7 @@ do esac done =20 -# Only set colours if output is not redirected or the --no-colour +# Only set colours if output is not redirected or the --nocolour # option is not set if [ -t 1 ] && [ -z "${NOCOLOUR}" ] ; then BOLD=3D$(tput bold)